X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FAction.pm;h=a2543213459343aff9218eb551e7e01fcbbf1479;hp=b745e8277adb659bac655e99adaa4acf6c9e1b4e;hb=2680d54f21794a6068a3a72d95e900f7c9b82908;hpb=699e124751a09296d6d4e9cbc49ab0a6acf5199a diff --git a/t/lib/TestApp/Controller/Action.pm b/t/lib/TestApp/Controller/Action.pm index b745e82..a254321 100644 --- a/t/lib/TestApp/Controller/Action.pm +++ b/t/lib/TestApp/Controller/Action.pm @@ -7,6 +7,8 @@ sub begin : Private { my ( $self, $c ) = @_; $c->res->header( 'X-Test-Class' => ref($self) ); $c->response->content_type('text/plain; charset=utf-8'); + + return 1; } sub default : Private {