wrapcgi: releasing 0.0027 with kill_env from confound++
[catagits/Catalyst-Controller-WrapCGI.git] / t / env.t
diff --git a/t/env.t b/t/env.t
index 5453bed..7f41af1 100644 (file)
--- a/t/env.t
+++ b/t/env.t
@@ -6,6 +6,8 @@ use Catalyst::Controller::WrapCGI;
 
 my $obj = Catalyst::Controller::WrapCGI->new;
 
+delete $ENV{MOD_PERL};
+
 my $want = {%ENV};
 my $have = {%ENV};
 {