X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2FTestInit.pm;h=aa76fe194bca93baa4349be36a13ab35ca7c749d;hb=ac27d13b824657b726428f3a6a1d5b3a01df569e;hp=f33ee1294b18666dfafb41a0998f108273b7a627;hpb=db7c437609ef3fd7055f95bb15b6547455cee3a7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/TestInit.pm b/t/TestInit.pm index f33ee12..aa76fe1 100644 --- a/t/TestInit.pm +++ b/t/TestInit.pm @@ -15,8 +15,14 @@ package TestInit; +$VERSION = 1.01; + chdir 't' if -d 't'; @INC = '../lib'; + +# Don't interfere with the taintedness of %ENV, this could perturbate tests +$ENV{PERL_CORE} = 1 unless ${^TAINT}; + $0 =~ s/\.dp$//; # for the test.deparse make target 1;