In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/4ea2708986710e9739b5a8ac2ccef0c3a2d896f4?hp=306088923cdcc7ca31da4d0eddf4f8e4b169b3e7>
- Log -----------------------------------------------------------------
commit 4ea2708986710e9739b5a8ac2ccef0c3a2d896f4
Author: Zefram <zefram@fysh.org>
Date: Fri May 25 21:19:20 2012 +0100
fix comparative Perl version numbers
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 2 +-
pod/perldelta.pod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL b/INSTALL
index ebc6603..4d93d1f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2306,7 +2306,7 @@ http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
=head1 Coexistence with earlier versions of perl 5
-Perl 5.16 is not binary compatible with earlier versions of Perl.
+Perl 5.17 is not binary compatible with earlier versions of Perl.
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.
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0790fc1..99b7641 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -15,7 +15,7 @@ This document describes differences between the 5.16.0 release and
the 5.17.0 release.
If you are upgrading from an earlier release such as 5.16.0, first read
-L<perl5160delta>, which describes differences between 5.15.0 and
+L<perl5160delta>, which describes differences between 5.14.0 and
5.16.0.
=head1 Notice
--
Perl5 Master Repository