HTML::Mason::Resolver::File (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
Standard preamble:
========================================================================
(The comments found at the beginning of the groff file "man3/HTML::Mason::Resolver::File.3pm".)
NAME
HTML::Mason::Resolver::File - Component path resolver for file-based components
SYNOPSIS
my $resolver = HTML::Mason::Resolver::File->new();
my $info = $resolver->get_info('/some/comp.html');
DESCRIPTION
This HTML::Mason::Resolver subclass is used when components are stored
on the filesystem, which is the norm for most Mason-based applications.