The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910111213 package TestApp::View::Mason::Comppath;use strict;use warnings;use base qw/Catalyst::View::Mason/;__PACKAGE__->config(use_match => 0);sub get_component_path { return '/foo';}1;
package
TestApp::View::Mason::Comppath;
use
strict;
warnings;
base
qw/Catalyst::View::Mason/
;
__PACKAGE__->config(
use_match
=> 0);
sub
get_component_path {
return
'/foo'
}
1;