projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
11906ba
)
Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
Jarkko Hietaniemi [Sun, 13 Apr 2003 11:45:42 +0000 (11:45 +0000)]
../../lib for the lc() at line 66 (UTF-8 data possible
if using UTF-8 locales).
p4raw-id: //depot/perl@19199
lib/ExtUtils/t/Install.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/t/Install.t
b/lib/ExtUtils/t/Install.t
index
042412b
..
c9463e7
100644
(file)
--- a/
lib/ExtUtils/t/Install.t
+++ b/
lib/ExtUtils/t/Install.t
@@
-4,7
+4,7
@@
BEGIN {
if( $ENV{PERL_CORE} ) {
- @INC = ('../lib', 'lib');
+ @INC = ('../../lib', '../lib', 'lib');
}
else {
unshift @INC, 't/lib';