From: Nicholas Clark Date: Sun, 8 Mar 2009 15:06:35 +0000 (+0000) Subject: Need to -I../lib explicitly, as TAP::Parser no longer parses $ENV{PERL5LIB}. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5e72d97a7641e18e17299bc095006f04eb2791a;p=p5sagit%2Fp5-mst-13.2.git Need to -I../lib explicitly, as TAP::Parser no longer parses $ENV{PERL5LIB}. --- diff --git a/ext/Test-Harness/t/taint.t b/ext/Test-Harness/t/taint.t index 151ac6f..80acec8 100644 --- a/ext/Test-Harness/t/taint.t +++ b/ext/Test-Harness/t/taint.t @@ -43,7 +43,7 @@ sub run_test_file { } { - local $ENV{PERL5OPT} = '-Mstrict'; + local $ENV{PERL5OPT} = $ENV{PERL_CORE} ? '-I../lib -Mstrict' : '-Mstrict'; run_test_file(<<'END'); #!/usr/bin/perl -T