diff options
author | David Golden <dagolden@cpan.org> | 2013-06-20 16:20:29 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2013-06-20 16:20:29 -0400 |
commit | 2136887ad30a1425b280c82b31b2990f42b1ed91 (patch) | |
tree | aaf79020018e41d13722c2af887810ee22c6185b /INSTALL | |
parent | 5c53df946578f1592c535239f881bb64c953e7be (diff) | |
download | perl-2136887ad30a1425b280c82b31b2990f42b1ed91.tar.gz |
Fix Perl version references in INSTALL
Also update the RMG to remind people to do this for the "late" bumps in
BLEAD-POINT and BLEAD-FINAL releases
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2431,9 +2431,9 @@ seriously consider using a separate directory, since development subversions may not have all the compatibility wrinkles ironed out yet. -=head2 Upgrading from 5.17.11 or earlier +=head2 Upgrading from 5.19.0 or earlier -B<Perl 5.19.1 may not be binary compatible with Perl 5.17.11 or +B<Perl 5.19.1 may not be binary compatible with Perl 5.19.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.19.1. If you find you do need to rebuild an extension with |