From: Jarkko Hietaniemi Date: Sun, 13 Apr 2003 11:45:42 +0000 (+0000) Subject: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50192506c5310399dad9670da57170bc37fe4abb;p=p5sagit%2Fp5-mst-13.2.git Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at ../../lib for the lc() at line 66 (UTF-8 data possible if using UTF-8 locales). p4raw-id: //depot/perl@19199 --- diff --git a/lib/ExtUtils/t/Install.t b/lib/ExtUtils/t/Install.t index 042412b..c9463e7 100644 --- 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';