summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:38:11 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:38:11 -0500
commit42e60f1e19a277fe005573e1a2bb2187804342bb (patch)
tree2561b6d8360b90ca89d5ed54255f179fe685b20f
parent298a2886e2e4369d1549a8de440169a90ca1909a (diff)
downloadperl-42e60f1e19a277fe005573e1a2bb2187804342bb.tar.gz
Assert binary incompatibility with 5.13.8, as appears to be standard practice during blead series'
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d448f9f366..33faa6b54a 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.7 or earlier
+=head2 Upgrading from 5.13.8 or earlier
-B<Perl 5.13.9 is binary incompatible with Perl 5.13.7 and any earlier
+B<Perl 5.13.9 is binary incompatible with Perl 5.13.8 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.9. If you find you do need to rebuild an extension with