The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

package <% $app_name %>::Mason;
use Poet qw($conf $poet);
extends 'Poet::Mason';
# Add customizations to Poet::Mason here.
#
# e.g. Add plugins
#
# override 'get_plugins' => sub {
# return ( super(), 'LvalueAttributes', 'TidyObjectFiles' );
# }
# You can also create Mason subclasses in <% $app_name %>/Mason, e.g.
# <% $app_name %>::Mason::Request, and they will be autodetected by Mason.
1;