This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1809c94
)
With $PERL_UNICODE we still need to find utf8.pm
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 12 Jan 2010 07:44:14 +0000
(08:44 +0100)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 12 Jan 2010 07:44:14 +0000
(08:44 +0100)
t/porting/diag.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/diag.t
b/t/porting/diag.t
index
0241a12
..
65e1958
100644
(file)
--- a/
t/porting/diag.t
+++ b/
t/porting/diag.t
@@
-11,6
+11,7
@@
$|=1;
my $make_exceptions_list = ($ARGV[0]||'') eq '--make-exceptions-list';
chdir '..' or die "Can't chdir ..: $!";
+BEGIN { defined $ENV{PERL_UNICODE} and push @INC, "lib"; }
open my $diagfh, "<", "pod/perldiag.pod"
or die "Can't open pod/perldiag.pod: $!";