X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestCGIBin%2FController%2FCGIHandler.pm;h=ced6e59eafb40696d4cffacd131d06ae270dae53;hb=d5ba2ab2046dc314890bc7d3c2f9185f605d9f85;hp=3092f401589284469a92587f5c00bedac6e0932b;hpb=9cd473644d9076cfc98c97e72731d5492e9ff7e2;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/t/lib/TestCGIBin/Controller/CGIHandler.pm b/t/lib/TestCGIBin/Controller/CGIHandler.pm index 3092f40..ced6e59 100644 --- a/t/lib/TestCGIBin/Controller/CGIHandler.pm +++ b/t/lib/TestCGIBin/Controller/CGIHandler.pm @@ -14,12 +14,6 @@ sub cgi_path { return "my-bin/$cgi"; } -# try out a forward -sub dongs : Local Args(0) { - my ($self, $c) = @_; - $c->forward('/cgihandler/CGI_path__test_pl'); -} - # try resolved forward sub mtfnpy : Local Args(0) { my ($self, $c) = @_;