summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-01-24 10:03:03 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-01-24 10:03:03 +0000
commitc4f4d167adaac613328d86a8c91fbab9dc146bce (patch)
tree0d109e503f5aed18e3787b6a3bd019ad4b2063e0 /t
parentcac726e9d0fd73b1e6b39e512b9503f2a2c14354 (diff)
parent5fd9e9a4300f95315d24c4b2a79cc95e32b1bdb7 (diff)
downloadperl-c4f4d167adaac613328d86a8c91fbab9dc146bce.tar.gz
Integrate win32 into ansiperl
p4raw-id: //depot/ansiperl@436
Diffstat (limited to 't')
-rw-r--r--t/harness1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index fe64a04629..af92a8b6dc 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';