Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 13 Apr 2003 11:45:42 +0000 (11:45 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
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

index 042412b..c9463e7 100644 (file)
@@ -4,7 +4,7 @@
 
 BEGIN {
     if( $ENV{PERL_CORE} ) {
-        @INC = ('../lib', 'lib');
+        @INC = ('../../lib', '../lib', 'lib');
     }
     else {
         unshift @INC, 't/lib';