diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2017-08-21 15:28:23 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2017-08-21 15:28:23 -0400 |
commit | d158d46d555800558af193b2d3cb557971493507 (patch) | |
tree | 6ceae8d63ea163df669652360baaea29b8c21959 /INSTALL | |
parent | abe32213b13f4048869047847ec9dfd810090ff0 (diff) | |
download | perl-d158d46d555800558af193b2d3cb557971493507.tar.gz |
Update INSTALL for 5.27.3
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2562,9 +2562,9 @@ seriously consider using a separate directory, since development subversions may not have all the compatibility wrinkles ironed out yet. -=head2 Upgrading from 5.25.12 or earlier +=head2 Upgrading from 5.27.2 or earlier -B<Perl 5.27.3 may not be binary compatible with Perl 5.25.12 or +B<Perl 5.27.3 may not be binary compatible with Perl 5.27.2 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.27.3. If you find you do need to rebuild an extension with |