X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FCatalyst%2FAction%2FTestBefore.pm;h=456a9902be9432d6da04883579abe7b26c00dfc9;hb=ae29b412955743885e80350085167b54b69672da;hp=8bc2e645d25e315fd7c4f5b59a4ecbfca4007b81;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/Catalyst/Action/TestBefore.pm b/t/lib/Catalyst/Action/TestBefore.pm index 8bc2e64..456a990 100644 --- a/t/lib/Catalyst/Action/TestBefore.pm +++ b/t/lib/Catalyst/Action/TestBefore.pm @@ -9,7 +9,7 @@ sub execute { my $self = shift; my ( $controller, $c ) = @_; $c->stash->{test} = 'works'; - $self->NEXT::execute( @_ ); + $self->next::method( @_ ); } 1;