diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-01 04:41:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-01 04:41:45 +0000 |
commit | 59910836e52b62d05b36c101c1adb9bf8756f483 (patch) | |
tree | 4a3c74be764d60ef50f2504010eeea721df977b3 /t/comp/cpp.t | |
parent | 27531ffbbae52c3c662973c4df1f79bc672a8573 (diff) | |
download | perl-59910836e52b62d05b36c101c1adb9bf8756f483.tar.gz |
If under UTF-8 locale the utf8.pm really needs to be found.
p4raw-id: //depot/perl@15652
Diffstat (limited to 't/comp/cpp.t')
-rwxr-xr-x | t/comp/cpp.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/comp/cpp.t b/t/comp/cpp.t index 44eeea45af..2e03c264ac 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; |