wrapcgi: releasing 0.0027 with kill_env from confound++
[catagits/Catalyst-Controller-WrapCGI.git] / t / cgibin.t
index bdb4435..f8271fa 100644 (file)
@@ -11,6 +11,9 @@ use Test::More tests => 4;
 use Catalyst::Test 'TestCGIBin';
 use HTTP::Request::Common;
 
+# this should be ignored
+$ENV{MOD_PERL} = "mod_perl/2.0";
+
 my $response = request POST '/cgi-bin/path/test.pl', [
     foo => 'bar',
     bar => 'baz'