diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-12-06 17:45:44 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-07 03:05:38 +0000 |
commit | b5fe401bfa4db89e5f67b4efa27cfb15826a0dcc (patch) | |
tree | 6b62dc61e7583356a0d8ed4b8f4f31730ce1e7e9 /t/op/ref.t | |
parent | 394e6ffb59de984c27a7dce4842d9c594c141888 (diff) | |
download | perl-b5fe401bfa4db89e5f67b4efa27cfb15826a0dcc.tar.gz |
which_perl for safer $^Xing
Message-ID: <20011207034544.GN22648@blackrider>
(plus op/ref tweak)
p4raw-id: //depot/perl@13506
Diffstat (limited to 't/op/ref.t')
-rwxr-xr-x | t/op/ref.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/ref.t b/t/op/ref.t index 613c4504e0..4b1d6e37a7 100755 --- a/t/op/ref.t +++ b/t/op/ref.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - @INC = qw(.); + @INC = qw(. ../lib); } print "1..62\n"; |