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