In perl.git, the branch maint-5.20 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5f9029e37e6b66028a4bf30bfb86c088151a9adf?hp=0e01dafe73b545efb8ad973a2350ff80abedb4d4>

- Log -----------------------------------------------------------------
commit 5f9029e37e6b66028a4bf30bfb86c088151a9adf
Author: Steve Hay <[email protected]>
Date:   Fri Jan 30 09:01:39 2015 +0000

    INSTALL - Correct notes about binary compatibility

M       INSTALL

commit 7164dd0b0f1595b79e30d9d036da2fbc3588d1da
Author: Steve Hay <[email protected]>
Date:   Fri Jan 30 08:55:22 2015 +0000

    Finalize perldelta except for Acknowledgements and M::CL's final $VERSION

M       pod/perldelta.pod
-----------------------------------------------------------------------

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

diff --git a/INSTALL b/INSTALL
index e201cfa..9c90d50 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2417,7 +2417,7 @@ http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
 
 =head1 Coexistence with earlier versions of perl 5
 
-Perl 5.20.2 is not binary compatible with earlier versions of Perl.
+Perl 5.20.2 is not binary compatible with versions of Perl earlier than 5.20.0.
 In other words, you will have to recompile your XS modules.
 
 In general, you can usually safely upgrade from one version of Perl (e.g.
@@ -2506,7 +2506,7 @@ seriously consider using a separate directory, since 
development
 subversions may not have all the compatibility wrinkles ironed out
 yet.
 
-=head2 Upgrading from 5.19.0 or earlier
+=head2 Upgrading from 5.19.11 or earlier
 
 B<Perl 5.20.2 may not be binary compatible with Perl 5.19.11 or
 earlier Perl releases.>  Perl modules having binary parts
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d617b55..8b98787 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -62,6 +62,12 @@ L<[perl 
#123096]|https://rt.perl.org/Ticket/Display.html?id=123096>
 
 =item *
 
+L<Module::CoreList> has been upgraded from version 5.020001 to 5.20150128.
+
+The list of Perl versions covered has been updated.
+
+=item *
+
 PathTools has been upgraded from version 3.48 to 3.48_01.
 
 A warning from the B<gcc> compiler is now avoided when building the XS.
@@ -128,7 +134,7 @@ formally documented.
 
 =item *
 
-An ambiguity in the documentation of the Ellipsis statement has been corrected.
+An ambiguity in the documentation of the ellipsis statement has been corrected.
 L<[perl #122661]|https://rt.perl.org/Ticket/Display.html?id=122661>
 
 =back
@@ -151,7 +157,7 @@ This error is not new, but was not previously documented 
here.
 =item *
 
 L<Missing right brace on \N{}|perldiag/"Missing right brace on \N{}"> is now
-documented.  This warning is not new, but was not previously documented here.
+documented.  This error is not new, but was not previously documented here.
 
 =back
 

--
Perl5 Master Repository

Reply via email to