projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ec34a11
)
Setup @INC at compile time because commit ec34a119 needs to load utf8.pm
Jan Dubois [Wed, 3 Mar 2010 02:19:03 +0000 (18:19 -0800)]
'.' needs to remain in @INC because the test also loads comp/hints.aux
at compile time too.
t/comp/hints.t
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/hints.t
b/t/comp/hints.t
index
9f40aec
..
b81028a
100644
(file)
--- a/
t/comp/hints.t
+++ b/
t/comp/hints.t
@@
-2,7
+2,9
@@
# Tests the scoping of $^H and %^H
-@INC = '../lib';
+BEGIN {
+ @INC = qw(. ../lib);
+}
BEGIN { print "1..24\n"; }
BEGIN {