goodbye ajax, welcome prototype
Sebastian Riedel [Thu, 14 Apr 2005 00:02:22 +0000 (00:02 +0000)]
lib/Catalyst/Helper.pm

index 2f3e2a7..8dab1c3 100644 (file)
@@ -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!');
 }