In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/77c2376aa63933dd1656d68f496ba1582621c662?hp=2a2c1c1d49921db69fffe2426dad61ee9c146610>

- Log -----------------------------------------------------------------
commit 77c2376aa63933dd1656d68f496ba1582621c662
Author: Karl Williamson <[email protected]>
Date:   Fri May 8 20:34:24 2015 -0600

    perldelta: Fix some podcheck pedantic errors

M       pod/perldelta.pod

commit 6eb53dea2028e79051ec3a0ed16d58ebaf6eeaeb
Author: Karl Williamson <[email protected]>
Date:   Fri May 8 20:21:52 2015 -0600

    perlport: Add notes about EBCDIC

M       pod/perlport.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 10 +++++-----
 pod/perlport.pod  | 17 ++++++++++++-----
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 58617d9..cc77411 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1503,10 +1503,10 @@ to make the issue more identifiable.
 L<Argument "%s" isn't numeric%s|perldiag/"Argument "%s" isn't numeric%s">
 now adds the following note:
 
-    Note that for the C<Inf> and C<NaN> (infinity and not-a-number) the
-    definition of "numeric" is somewhat unusual: the strings themselves
-    (like "Inf") are considered numeric, and anything following them is
-    considered non-numeric.
+ Note that for the C<Inf> and C<NaN> (infinity and not-a-number) the
+ definition of "numeric" is somewhat unusual: the strings themselves
+ (like "Inf") are considered numeric, and anything following them is
+ considered non-numeric.
 
 =item *
 
@@ -2214,7 +2214,7 @@ variable. For example the expression C<$a[0]{$k}[$i]>, 
which previously
 involved ten C<rv2Xv>, C<Xelem>, C<gvsv> and C<const> ops is now performed
 by a single C<multideref> op. It can also handle C<local>, C<exists> and
 C<delete>. A non-simple index expression, such as C<[$i+1]> is still done
-using C<aelem/helem>, and single-level array lookup with a small constant
+using C<aelem>/C<helem>, and single-level array lookup with a small constant
 index is still done using C<aelemfast>.
 
 =back
diff --git a/pod/perlport.pod b/pod/perlport.pod
index c528874..464d144 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -1158,11 +1158,18 @@ VOS Open-Source Software on the web at 
L<http://ftp.stratus.com/pub/vos/vos.html
 
 =head2 EBCDIC Platforms
 
-Recent versions of Perl have been ported to platforms such as OS/400 on
-AS/400 minicomputers as well as OS/390, VM/ESA, and BS2000 for S/390
-Mainframes.  Such computers use EBCDIC character sets internally (usually
+v5.22 core Perl runs on z/OS (formerly OS/390).  Theoretically it could
+run on the successors of OS/400 on AS/400 minicomputers as well as
+VM/ESA, and BS2000 for S/390 Mainframes.  Such computers use EBCDIC
+character sets internally (usually
 Character Code Set ID 0037 for OS/400 and either 1047 or POSIX-BC for S/390
-systems).  On the mainframe perl currently works under the "Unix system
+systems).
+
+The rest of this section may need updating, but we don't know what it
+should say.  Please email comments to
+L<[email protected]|mailto:[email protected]>.
+
+On the mainframe Perl currently works under the "Unix system
 services for OS/390" (formerly known as OpenEdition), VM/ESA OpenEdition, or
 the BS200 POSIX-BC system (BS2000 is supported in Perl 5.6 and greater).
 See L<perlos390> for details.  Note that for OS/400 there is also a port of
@@ -1237,7 +1244,7 @@ Also see:
 
 =item *
 
-L<perlos390>, L<perlos400>, F<perlbs2000>, L<perlebcdic>.
+L<perlos390>, L<perlos400>, L<perlbs2000>, L<perlebcdic>.
 
 =item *
 

--
Perl5 Master Repository

Reply via email to