From: Sebastian Riedel Date: Wed, 19 Oct 2005 20:28:28 +0000 (+0000) Subject: Updated helper X-Git-Tag: 5.7099_04~1180 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2801426f248e2ba7a457deee5bfe6a95b60bc4cf Updated helper --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index c747bb6..c0af652 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -907,16 +907,17 @@ Catalyst component. =over 4 -=item default - -=cut - -sub default : Private { - my ( $self, $c ) = @_; - - # Hello World - $c->response->output('Congratulations, [% class %] is on Catalyst!'); -} +# Uncomment, modify and add new actions to fit your needs +#=item default +# +#=cut +# +#sub default : Private { +# my ( $self, $c ) = @_; +# +# # Hello World +# $c->response->body('[% class %] is on Catalyst!'); +#} =back