diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-07-30 10:38:50 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-01 16:26:25 +0000 |
commit | 18fc948826e2e527e52b790d8ec042fac21d6b8a (patch) | |
tree | ce0403d860e73b8295198c406d0fdf54fab1b755 /t/TestInit.pm | |
parent | af68e658651cf56700790e24ea04a752928b0df4 (diff) | |
download | perl-18fc948826e2e527e52b790d8ec042fac21d6b8a.tar.gz |
Re: [PATCH pp_ctl.c] proposed Windows safe-guard
Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
p4raw-id: //depot/perl@11537
Diffstat (limited to 't/TestInit.pm')
-rw-r--r-- | t/TestInit.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/TestInit.pm b/t/TestInit.pm index be69c24d7a..a2a074e13f 100644 --- a/t/TestInit.pm +++ b/t/TestInit.pm @@ -13,6 +13,8 @@ # PS this is not POD because this should be a very minimalist module in # case of funaemental perl breakage. +package TestInit; + chdir 't' if -d 't'; @INC = '../lib'; $0 =~ s/\.dp$//; # for the test.deparse make target |