From: Sebastian Riedel Date: Sat, 7 May 2005 01:34:14 +0000 (+0000) Subject: Updated helper templates again X-Git-Tag: 5.7099_04~1393 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=444821f71bffea29e47b01718fe76e54e8f4a860 Updated helper templates again --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index a020ed8..8e7d07e 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -430,7 +430,7 @@ Catalyst based application. =head1 METHODS -=over4 +=over 4 =item default @@ -441,6 +441,8 @@ sub default : Private { $c->res->output('Congratulations, [% name %] is on Catalyst!'); } +=back + =head1 AUTHOR [%author%] @@ -793,7 +795,7 @@ Catalyst component. [% IF type == 'C' %] =head1 METHODS -=over4 +=over 4 =item default @@ -803,6 +805,8 @@ sub default : Private { my ( $self, $c ) = @_; $c->res->output('Congratulations, [% class %] is on Catalyst!'); } + +=back [% END %] =head1 AUTHOR