Expand CatalystAndMoose somewhat, re-arrange the DevelopmentProcess docs some more...
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Actions.pod
index 6cd5949..461945e 100644 (file)
@@ -41,7 +41,7 @@ the Action class:
     my $self = shift;
     my ( $controller, $c, $test ) = @_;
     $c->stash->{what} = 'world';
-    $self->NEXT::execute( @_ );
+    $self->next::method( @_ );
   };
 
   1;