X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2FTestInit.pm;h=a2a074e13fba59d2c58a0f1e8fe2a769c16a6d72;hb=0b28bc9ad3d1c2dbf9c662b82926642b3432623d;hp=a9322862cea3f175fce662c11e0b726c91737ef6;hpb=ec5f161023cc5696391a8f74e39775a6aaaa1bbb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/TestInit.pm b/t/TestInit.pm index a932286..a2a074e 100644 --- a/t/TestInit.pm +++ b/t/TestInit.pm @@ -11,10 +11,12 @@ # (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;