summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 15:03:50 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 15:04:15 +0000
commitf11f8db6271bbd11229ae9cbe1b7f35e9a965372 (patch)
treec6ff5d2a8fdcbf87da3876265d7cc92aaaa0c2a4
parent69f4eb440f8f8ed8ad22ea489fad19a92ee7f4fd (diff)
downloadperl-f11f8db6271bbd11229ae9cbe1b7f35e9a965372.tar.gz
INSTALL: Bump for 5.13.10
Quoth Porting/release_managers_guide.pod: Review and update INSTALL to account for the change in version number; in particular, the "Coexistence with earlier versions of perl 5" section. Be particularly careful with the section "Upgrading from 5.X.Y or earlier". For stable releases, this needs to refer to the last release in the previous development cycle. For blead releases, it needs to refer to the previous blead release.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index be4af73083..cd776453cd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2389,9 +2389,9 @@ seriously consider using a separate directory, since development
subversions may not have all the compatibility wrinkles ironed out
yet.
-=head2 Upgrading from 5.13.8 or earlier
+=head2 Upgrading from 5.13.9 or earlier
-B<Perl 5.13.10 is binary incompatible with Perl 5.13.8 and any earlier
+B<Perl 5.13.10 is binary incompatible with Perl 5.13.9 and any earlier
Perl release.> Perl modules having binary parts
(meaning that a C compiler is used) will have to be recompiled to be
used with 5.13.10. If you find you do need to rebuild an extension with