From: Kieren Diment Date: Tue, 27 May 2008 22:09:50 +0000 (+0000) Subject: fixed index for _create.pl Controller X-Git-Tag: 1.09~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3514751b89087a79ca9e49795bf95d8b8ee5227;p=catagits%2FCatalyst-Devel.git fixed index for _create.pl Controller --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 97c0f56..7891b0d 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -1176,7 +1176,7 @@ Catalyst [% long_type %]. =cut -sub index : Private { +sub index :Path :Args(0) { my ( $self, $c ) = @_; $c->response->body('Matched [% class %] in [%name%].');