In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7a7edf4ae1c5c27ecd24085b6f68f5623503266e?hp=fc962064cacbf4393def110b51a7bac805d9c3be>
- Log ----------------------------------------------------------------- commit 7a7edf4ae1c5c27ecd24085b6f68f5623503266e Author: Karl Williamson <[email protected]> Date: Mon Mar 2 16:06:47 2015 -0700 lib/open.t: TODO an EBCDIC test until Encode fixed ----------------------------------------------------------------------- Summary of changes: lib/open.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/open.t b/lib/open.t index a60b72e..5150c7f 100644 --- a/lib/open.t +++ b/lib/open.t @@ -194,6 +194,8 @@ SKIP: { { local $ENV{PERL_UNICODE}; delete $ENV{PERL_UNICODE}; + local $TODO; + $TODO = "Encode not working on EBCDIC" if $::IS_EBCDIC; is runperl( progs => [ 'use open q\:encoding(UTF-8)\, q-:std-;', -- Perl5 Master Repository
