package
<%
$app_name
%>::Mason;
use
Poet::Moose;
# 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;