diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:38:11 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:38:11 -0500 |
commit | 42e60f1e19a277fe005573e1a2bb2187804342bb (patch) | |
tree | 2561b6d8360b90ca89d5ed54255f179fe685b20f /INSTALL | |
parent | 298a2886e2e4369d1549a8de440169a90ca1909a (diff) | |
download | perl-42e60f1e19a277fe005573e1a2bb2187804342bb.tar.gz |
Assert binary incompatibility with 5.13.8, as appears to be standard practice during blead series'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |