1 package SGN
::View
::BareMason
;
3 extends
'SGN::View::Mason';
5 # inherit all the munged interp_args settings from SGN::View::Mason,
6 # then turn the autohandler off
8 my ($class, $c, $args) = @_;
10 $args = $class->merge_config_hashes(
15 %{ $c->view('Mason')->interp_args },
16 autohandler_name
=> '',
21 return $class->new($c, $args);
26 SGN::View::BareMason - like the Mason view, except with no autohandlers
30 Mason View Component for SGN
34 L<SGN>, L<HTML::Mason>
42 This library is free software . You can redistribute it and/or modify it under
43 the same terms as perl itself.