From: Rafael Garcia-Suarez Date: Mon, 26 Jun 2006 17:17:57 +0000 (+0000) Subject: Adjust test preamble for Hash::Util tests too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3cd56e99281da78bc57e4bfb1c388868cb46a7fe;p=p5sagit%2Fp5-mst-13.2.git Adjust test preamble for Hash::Util tests too. p4raw-id: //depot/perl@28433 --- diff --git a/ext/Hash/Util/t/Util.t b/ext/Hash/Util/t/Util.t index 81e3e32..7a52e8c 100644 --- a/ext/Hash/Util/t/Util.t +++ b/ext/Hash/Util/t/Util.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -Tw BEGIN { - unless (-d 'blib') { + if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = '../lib'; require Config; import Config;