From: Jarkko Hietaniemi Date: Mon, 1 Apr 2002 04:41:45 +0000 (+0000) Subject: If under UTF-8 locale the utf8.pm really needs to be found. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59910836e52b62d05b36c101c1adb9bf8756f483;p=p5sagit%2Fp5-mst-13.2.git If under UTF-8 locale the utf8.pm really needs to be found. p4raw-id: //depot/perl@15652 --- diff --git a/t/comp/cpp.t b/t/comp/cpp.t index 44eeea4..2e03c26 100755 --- a/t/comp/cpp.t +++ b/t/comp/cpp.t @@ -5,6 +5,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; + $ENV{PERL5LIB} = '../lib'; } use Config; diff --git a/t/run/switchPx.t b/t/run/switchPx.t index 009fc49..af98031 100644 --- a/t/run/switchPx.t +++ b/t/run/switchPx.t @@ -5,6 +5,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; + $ENV{PERL5LIB} = '../lib'; use Config; if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) &&