Converted C::P::CGIBin to C::C::CGIBin, added regex env key support
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestPlugin / root / cgi-bin / test.pl
diff --git a/t/lib/TestPlugin/root/cgi-bin/test.pl b/t/lib/TestPlugin/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')