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