From: Vincent Pit Date: Sat, 24 Apr 2010 12:50:35 +0000 (+0200) Subject: Disable taint mode for t/30-scope.t X-Git-Tag: rt57699~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=2286eff4b9037d37be6268664973754e10c08924 Disable taint mode for t/30-scope.t It prevents a regression test from failing with the old code. --- diff --git a/t/30-scope.t b/t/30-scope.t index a63bf04..956b71e 100644 --- a/t/30-scope.t +++ b/t/30-scope.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use strict; use warnings; @@ -153,6 +153,7 @@ sub expect { is $@, '', 'RT #47902'; } +# This test may not fail for the old version when ran in taint mode { my $err = eval <<' SNIP'; use indirect::TestRequired4::a0;