[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

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';