X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp.pm;fp=t%2Flib%2FTestApp.pm;h=f18228cbc7b605f1822ea8a2f28163f7df15be94;hb=c2bdae884dfda03d5d7c24c74d59eb24c25855b6;hp=83eb94299b57036c8314bb3d0b38f4aeaec53915;hpb=a842f4920bb47e65459bd0ea5df3a21e1ea2497f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index 83eb942..f18228c 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -72,11 +72,6 @@ sub class_forward_test_method :Private { $c->response->headers->header( 'X-Class-Forward-Test-Method' => 1 ); } -sub class_go_test_method :Private { - my ( $self, $c ) = @_; - $c->response->headers->header( 'X-Class-Go-Test-Method' => 1 ); -} - sub loop_test : Local { my ( $self, $c ) = @_; @@ -103,4 +98,4 @@ use strict; use base qw/Catalyst::Base Class::Data::Inheritable/; -1; +1; \ No newline at end of file