Bump required Module::Install version in everything. janus++
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index 83eb942..f18228c 100644 (file)
@@ -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