diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-13 23:15:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-13 23:15:14 +0000 |
commit | cf8a9db467fa754b0ba7997123e634898cfd9234 (patch) | |
tree | 84415d0209b111e4e533d8c990ddf44661922211 /t/harness | |
parent | dfb634a9eac93365588858d3fa4687b4ce993eb7 (diff) | |
download | perl-cf8a9db467fa754b0ba7997123e634898cfd9234.tar.gz |
[win32] set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
p4raw-id: //depot/win32/perl@421
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; + $ENV{PERL5LIB} = '../lib'; # so children will see it too } use lib '../lib'; |