diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2019-07-19 21:06:09 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2019-07-19 21:07:01 +0100 |
commit | f2966be6dcf2154a39110689108b6750ffd65813 (patch) | |
tree | 79292f7863ecc8951c252a838218b6a453b6e3ae /INSTALL | |
parent | fcd4ea8fef8c1998e4fec3c208dfb2e2919c0833 (diff) | |
download | perl-f2966be6dcf2154a39110689108b6750ffd65813.tar.gz |
Fix upgrade notes in INSTALL
Each BLEAD release is potentially not binary compatible with the previous
release.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2526,9 +2526,9 @@ seriously consider using a separate directory, since development subversions may not have all the compatibility wrinkles ironed out yet. -=head2 Upgrading from 5.28.0 or earlier +=head2 Upgrading from 5.31.1 or earlier -B<Perl 5.31.2 may not be binary compatible with Perl 5.28.0 or +B<Perl 5.31.2 may not be binary compatible with Perl 5.31.1 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.31.2. If you find you do need to rebuild an extension with |