projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e8fb11d
)
Need to -I../lib explicitly, as TAP::Parser no longer parses $ENV{PERL5LIB}.
Nicholas Clark [Sun, 8 Mar 2009 15:06:35 +0000 (15:06 +0000)]
ext/Test-Harness/t/taint.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Test-Harness/t/taint.t
b/ext/Test-Harness/t/taint.t
index
151ac6f
..
80acec8
100644
(file)
--- 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