If under UTF-8 locale the utf8.pm really needs to be found.
Jarkko Hietaniemi [Mon, 1 Apr 2002 04:41:45 +0000 (04:41 +0000)]
p4raw-id: //depot/perl@15652

t/comp/cpp.t
t/run/switchPx.t

index 44eeea4..2e03c26 100755 (executable)
@@ -5,6 +5,7 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
+    $ENV{PERL5LIB} = '../lib';
 }
 
 use Config;
index 009fc49..af98031 100644 (file)
@@ -5,6 +5,7 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
+    $ENV{PERL5LIB} = '../lib';
 
     use Config;
     if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) &&