This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
With $PERL_UNICODE we still need to find utf8.pm
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 12 Jan 2010 07:44:14 +0000 (08:44 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 12 Jan 2010 07:44:14 +0000 (08:44 +0100)
t/porting/diag.t

index 0241a12..65e1958 100644 (file)
@@ -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: $!";