X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FAction%2FTestMyAction.pm;h=5a83aee17f4e55b655e2ee9613c46a643a2c7734;hb=269194b4f9de3905430a2d1f21f68da13b2b9ed9;hp=66bcdf9425b0989e77c26db39f33dcc626f75b52;hpb=e7c6f3d1e21396e78a9e7e7340b79026419a2e42;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;