logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::Mason::Resolver::File - Component path resolver for file-based components

Description

       This HTML::Mason::Resolver subclass is used when components are stored on the filesystem, which is the
       norm for most Mason-based applications.

perl v5.38.2                                       2024-03-05                   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');

See Also