diff options
-rw-r--r-- | pod/perldelta.pod | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fda25f5092..b0eb9663c1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -453,9 +453,17 @@ source tree. =over 4 -=item XXX-some-platform - -XXX +=item z/OS running EBCDIC Code Page 1047 + +Core perl now works on this EBCDIC platform. Early perls also worked, +but, even though support wasn't officially withdrawn, recent perls would +not compile and run well. Perl v5.20 would work, but had many bugs +which have now been fixed. Many CPAN modules that ship with Perl still +fail tests, including Pod::Simple. However the version of Pod::Simple +currently on CPAN should work; it was fixed too late to include in +Perl v5.22. Work is under way to fix many of the still-broken CPAN +modules, which likely will be installed on CPAN when completed, so that +you may not have to wait until v5.24 to get a working version. =back @@ -569,6 +577,26 @@ A goal is for Perl to be able to be recompiled to work reasonably well on any Unicode version. In v5.22, though, the earliest such version is Unicode 5.1 (current is 7.0). +=item * + +EBCDIC platforms + +=over 4 + +=item * + +Encode and encoding are mostly broken. + +=item * + +Many cpan modules that are shipped with core show failing tests + +=item * + +C<pack>/C<unpack> with C<"U0"> format may not work properly. + +=back + =back =head1 Errata From Previous Releases |