[patch@25305] t/op/arith.t fix for VMS with IEEE float
[p5sagit/p5-mst-13.2.git] / t / TestInit.pm
index b90e150..aa76fe1 100644 (file)
 
 package TestInit;
 
+$VERSION = 1.01;
+
 chdir 't' if -d 't';
 @INC = '../lib';
-$ENV{PERL_CORE} = 1;
+
+# 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;