From: Gurusamy Sarathy Date: Tue, 13 Jan 1998 23:15:14 +0000 (+0000) Subject: [win32] set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf8a9db467fa754b0ba7997123e634898cfd9234;p=p5sagit%2Fp5-mst-13.2.git [win32] set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it) p4raw-id: //depot/win32/perl@421 --- diff --git a/t/harness b/t/harness index fe64a04..af92a8b 100644 --- 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';