1 package SGN
::View
::BareMason
;
3 extends
'SGN::View::Mason';
5 around
'interp_args' => sub {
7 my $args = shift->$orig( @_ );
8 $args->{autohandler_name
} = '';
14 SGN::View::BareMason - like the Mason view, except with no autohandlers
18 Mason View Component for SGN
22 L<SGN>, L<HTML::Mason>
30 This library is free software . You can redistribute it and/or modify it under
31 the same terms as perl itself.