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;fp=t%2Flib%2FTestApp%2FController%2FAction.pm;h=b745e8277adb659bac655e99adaa4acf6c9e1b4e;hp=a2543213459343aff9218eb551e7e01fcbbf1479;hb=4f81d9bab81e9f19be15f9c4dd3914e5b9729c4a;hpb=ddb46924d609e98c91cbefa351b0de4f5433c97c diff --git a/t/lib/TestApp/Controller/Action.pm b/t/lib/TestApp/Controller/Action.pm index a254321..b745e82 100644 --- a/t/lib/TestApp/Controller/Action.pm +++ b/t/lib/TestApp/Controller/Action.pm @@ -7,8 +7,6 @@ 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 {