From cf8a9db467fa754b0ba7997123e634898cfd9234 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 13 Jan 1998 23:15:14 +0000 Subject: [PATCH] [win32] set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it) p4raw-id: //depot/win32/perl@421 --- t/harness | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.7.4