From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 package TestApp::View::Mason::Match;use strict;use warnings;use base qw/Catalyst::View::Mason/;__PACKAGE__->config( use_match => 0,);1;
package
TestApp::View::Mason::Match;
use
strict;
warnings;
base
qw/Catalyst::View::Mason/
;
__PACKAGE__->config(
use_match
=> 0,
);
1;