This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix comparative Perl version numbers
authorZefram <zefram@fysh.org>
Fri, 25 May 2012 20:19:20 +0000 (21:19 +0100)
committerZefram <zefram@fysh.org>
Fri, 25 May 2012 20:19:20 +0000 (21:19 +0100)
INSTALL
pod/perldelta.pod

diff --git a/INSTALL b/INSTALL
index ebc6603..4d93d1f 100644 (file)
--- 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.
index 0790fc1..99b7641 100644 (file)
@@ -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