summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2020-06-27 16:59:06 -0700
committerKaren Etheridge <ether@cpan.org>2020-07-07 12:59:47 -0700
commitf14a742f8aa5412804453053ab13020335afac4c (patch)
treed66f8226102c69159c5c2b638918b5e196af54fb /INSTALL
parent48a788454f1719093d08e80bbb70723ae345163a (diff)
downloadperl-f14a742f8aa5412804453053ab13020335afac4c.tar.gz
fix bad version number in INSTALL
This appears to have started with a mistakenly-unapplied s/// in the 5.31.10 release that carried forward from there.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 9399745f1f..594c277b2a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2527,9 +2527,9 @@ seriously consider using a separate directory, since development
subversions may not have all the compatibility wrinkles ironed out
yet.
-=head2 Upgrading from 5.31.8 or earlier
+=head2 Upgrading from 5.32.0 or earlier
-B<Perl 5.33.0 may not be binary compatible with Perl 5.31.8 or
+B<Perl 5.33.0 may not be binary compatible with Perl 5.32.0 or
earlier Perl releases.> Perl modules having binary parts
(meaning that a C compiler is used) will have to be recompiled to be
used with 5.33.0. If you find you do need to rebuild an extension with