projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dfb634a
)
[win32] set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
Gurusamy Sarathy [Tue, 13 Jan 1998 23:15:14 +0000 (23:15 +0000)]
p4raw-id: //depot/win32/perl@421
t/harness
patch
|
blob
|
blame
|
history
diff --git
a/t/harness
b/t/harness
index
fe64a04
..
af92a8b
100644
(file)
--- a/
t/harness
+++ b/
t/harness
@@
-6,6
+6,7
@@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
+ $ENV{PERL5LIB} = '../lib'; # so children will see it too
}
use lib '../lib';