This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Not OK 5.7.2@14884
[perl5.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;