HTML::Mason::Resolver::File - phpMan
HTML::Mason::Resolver::File(3pmUser Contributed Perl DocumentatioHTML::Mason::Resolver::File(3pm)
NAME
HTML::Mason::Resolver::File - Component path resolver for file-based components
VERSION
version 1.54
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.
SEE ALSO
Mason
AUTHORS
· Jonathan Swartz <swartz AT pobox.com>
· Dave Rolsky <autarch AT urth.org>
· Ken Williams <ken AT mathforum.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it under the same terms as
the Perl 5 programming language system itself.
perl v5.20.1 2014-01-19 HTML::Mason::Resolver::File(3pm)
|