diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-06 18:08:28 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-06 18:08:28 +0000 |
commit | 0d97519653b39d2432704118e29dad7e033546b5 (patch) | |
tree | 51bf57a4ec231df290bf88d470c8e5f59ccd0e05 /t | |
parent | 567b3f27bc31d6c040d221f376cd7a9236ef7718 (diff) | |
download | perl-0d97519653b39d2432704118e29dad7e033546b5.tar.gz |
Fix up problem with gv.c from change 477.
Fix up Config.pm use in t/lib/ph.t from change 478.
p4raw-id: //depot/perl@484
Diffstat (limited to 't')
-rwxr-xr-x | t/lib/ph.t | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/t/lib/ph.t b/t/lib/ph.t index b225bf4b84..d0a48f6c51 100755 --- a/t/lib/ph.t +++ b/t/lib/ph.t @@ -4,8 +4,12 @@ # just socket.ph and pals. # -- Kurt Starsinic <kstar@isinet.com> -use lib '../lib'; +BEGIN { + chdir 't' if -d 't'; + @INC = '../lib'; +} +use Config; # All the constants which Socket.pm tries to make available: my @possibly_defined = qw( |