Integrate mainline
[p5sagit/p5-mst-13.2.git] / t / TestInit.pm
index f33ee12..b90e150 100644 (file)
@@ -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;