WrapCGI: implementing mst's suggestions
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / test.pl
diff --git a/t/lib/TestCGIBin/root/cgi-bin/test.pl b/t/lib/TestCGIBin/root/cgi-bin/test.pl
deleted file mode 100755 (executable)
index 5af6521..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl 
-
-use strict;
-use warnings;
-
-use CGI ':standard';
-
-print header;
-print 'foo:',param('foo'),' bar:',param('bar')