Add new tests for keys in %+ and %-
[p5sagit/p5-mst-13.2.git] / t / TestInit.pm
index f33ee12..aa76fe1 100644 (file)
 
 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;