From: Sebastian Riedel Date: Thu, 14 Apr 2005 00:02:22 +0000 (+0000) Subject: goodbye ajax, welcome prototype X-Git-Tag: 5.7099_04~1548 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ffa1540116d969a98a782601e3d18a1034ce4be8 goodbye ajax, welcome prototype --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 2f3e2a7..8dab1c3 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -715,7 +715,7 @@ use base 'Catalyst::Base'; [% IF type == 'C' %] sub default : Private { - my ( $self, $c ) = \@_; + my ( $self, $c ) = @_; $c->res->output('Congratulations, [% class %] is on Catalyst!'); }