projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df6ac08
)
Adjust test preamble for Hash::Util tests too.
Rafael Garcia-Suarez [Mon, 26 Jun 2006 17:17:57 +0000 (17:17 +0000)]
p4raw-id: //depot/perl@28433
ext/Hash/Util/t/Util.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Hash/Util/t/Util.t
b/ext/Hash/Util/t/Util.t
index
81e3e32
..
7a52e8c
100644
(file)
--- 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;