X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FAction%2FTestMyAction.pm;h=5a83aee17f4e55b655e2ee9613c46a643a2c7734;hb=ae29b412955743885e80350085167b54b69672da;hp=66bcdf9425b0989e77c26db39f33dcc626f75b52;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp/Action/TestMyAction.pm b/t/lib/TestApp/Action/TestMyAction.pm index 66bcdf9..5a83aee 100644 --- a/t/lib/TestApp/Action/TestMyAction.pm +++ b/t/lib/TestApp/Action/TestMyAction.pm @@ -9,7 +9,7 @@ sub execute { my $self = shift; my ( $controller, $c, $test ) = @_; $c->res->header( 'X-TestAppActionTestMyAction', 'MyAction works' ); - $self->NEXT::execute(@_); + $self->next::method(@_); } 1;