wrapcgi: releasing 0.0027 with kill_env from confound++
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / path / test.pl
index 5af6521..0486369 100755 (executable)
@@ -5,5 +5,7 @@ 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')