summaryrefslogtreecommitdiff
path: root/t/TestInit.pm
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-09-04 04:38:01 -0700
committerhv <hv@crypt.org>2002-09-08 14:01:07 +0000
commitc27ac8cc7d43fd5adc00169771cee53f5e586c7d (patch)
tree13e55b1b0d9580d3072fc215c9583d3b367d9aa3 /t/TestInit.pm
parentc831d34fb12f71d1bffb73fbcf1d43a945de63bd (diff)
downloadperl-c27ac8cc7d43fd5adc00169771cee53f5e586c7d.tar.gz
Set env PERL_CORE
Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17862
Diffstat (limited to 't/TestInit.pm')
-rw-r--r--t/TestInit.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/TestInit.pm b/t/TestInit.pm
index f33ee1294b..b90e150e56 100644
--- a/t/TestInit.pm
+++ b/t/TestInit.pm
@@ -17,6 +17,7 @@ package TestInit;
chdir 't' if -d 't';
@INC = '../lib';
+$ENV{PERL_CORE} = 1;
$0 =~ s/\.dp$//; # for the test.deparse make target
1;