Upgrade to Tie::File 0.20.
[p5sagit/p5-mst-13.2.git] / t / TestInit.pm
index a932286..a2a074e 100644 (file)
 # (not require) in the test scripts.
 #
 # PS this is not POD because this should be a very minimalist module in
-# case of fundemental perl breakage.
+# case of funaemental perl breakage.
+
+package TestInit;
 
 chdir 't' if -d 't';
 @INC = '../lib';
-$0 =~ s/\.dp$//;
+$0 =~ s/\.dp$//; # for the test.deparse make target
 1;