X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FCatalyst%2FAction%2FTestBefore.pm;h=456a9902be9432d6da04883579abe7b26c00dfc9;hp=8bc2e645d25e315fd7c4f5b59a4ecbfca4007b81;hb=dbb2d5cd1b69209e53eb204e7451d688327b2e11;hpb=6cb9e3832b3faf55e2990e9bff51c709a8cfc4fb 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;