-
-
16 May 2020 16:53:18 UTC
- Distribution: HTML-Mason
- Module version: 1.59
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (25)
- Testers (655 / 7 / 0)
- Kwalitee
Bus factor: 2- 83.75% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (316.08KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 12 contributors-
Jonathan Swartz
-
Ken Williams
-
Ævar Arnfjörð Bjarmason
-
Alex Balhatchet
-
Alex Vandiver
-
Florian Schlichting
-
John Williams
-
Kent Fredric
-
Kevin Falcone
-
Patrick Kane
-
Ricardo Signes
-
Shlomi Fish
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.
Module Install Instructions
To install HTML::Mason, copy and paste the appropriate command in to your terminal.
cpanm HTML::Mason
perl -MCPAN -e shell install HTML::Mason
For more information on module installation, please visit the detailed CPAN module installation guide.