C::C::WrapCGI - PATH_INFO and configurable cgi_dir
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot / root / cgi-bin / path / test.pl
diff --git a/t/lib/TestCGIBinRoot/root/cgi-bin/path/test.pl b/t/lib/TestCGIBinRoot/root/cgi-bin/path/test.pl
deleted file mode 100755 (executable)
index 0486369..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/perl 
-
-use strict;
-use warnings;
-
-use CGI ':standard';
-
-die '$ENV{MOD_PERL} must not be set' if $ENV{MOD_PERL};
-
-print header;
-print 'foo:',param('foo'),' bar:',param('bar')