X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp.pm;h=e0a6385d78862d6b68c11c4705c172152a0c0a12;hb=4ac0b9cb8e9043db8a95f44af685c782bf9426e7;hp=a46ecb1304cb4728fdb44e80001e6ac3c1f14da5;hpb=f3414019f472b55682ef3af53f761b6db7955887;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index a46ecb1..e0a6385 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -7,6 +7,7 @@ use Catalyst qw/ Test::Plugin Test::Inline +TestApp::Plugin::FullyQualified + +TestApp::Plugin::AddDispatchTypes /; use Catalyst::Utils; @@ -61,7 +62,7 @@ sub execute { sub finalize_error { my $c = shift; - $c->NEXT::finalize_error(@_); + $c->next::method(@_); $c->res->status(500); $c->res->body( 'FATAL ERROR: ' . join( ', ', @{ $c->error } ) );