projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fcc3aaa
)
prevent PERL_UNICODE from affecting t/mro/package_aliases_utf8.t
author
Ricardo Signes <rjbs@cpan.org>
Wed, 16 May 2012 01:34:00 +0000 (21:34 -0400)
committer
Ricardo Signes <rjbs@cpan.org>
Wed, 16 May 2012 01:34:00 +0000 (21:34 -0400)
t/mro/package_aliases_utf8.t
patch
|
blob
|
blame
|
history
diff --git
a/t/mro/package_aliases_utf8.t
b/t/mro/package_aliases_utf8.t
index
0106154
..
09db6b7
100644
(file)
--- a/
t/mro/package_aliases_utf8.t
+++ b/
t/mro/package_aliases_utf8.t
@@
-1,6
+1,7
@@
#!./perl
BEGIN {
+ $ENV{PERL_UNICODE} = 0;
unless (-d 'blib') {
chdir 't' if -d 't';
@INC = '../lib';