diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-25 11:26:05 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-25 11:26:05 -0400 |
commit | 35dec5db1fa207594155432ca55c3b364ee9ecfc (patch) | |
tree | df049707588abf2533048438761dbe50ebf5a51c /INSTALL | |
parent | 79849ba8f9d772225f02d8121de454a8a06f4958 (diff) | |
download | perl-35dec5db1fa207594155432ca55c3b364ee9ecfc.tar.gz |
perl 5.11.6 never happened. Remove the traces of its perldelta.
Thanks to Ask for pointing it out.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -42,7 +42,7 @@ If you have problems, corrections, or questions, please see L<"Reporting Problems"> below. For information on what's new in this release, see the -pod/perl5116delta.pod file. For more information about how to find more +pod/perl5120delta.pod file. For more information about how to find more specific detail about changes, see the Changes file. =head1 DESCRIPTION @@ -75,10 +75,10 @@ directory. =head2 Changes and Incompatibilities -Please see pod/perl5116delta.pod for a description of the changes and +Please see pod/perl5120delta.pod for a description of the changes and potential incompatibilities introduced with this release. A few of the most important issues are listed below, but you should refer -to pod/perl5116delta.pod for more detailed information. +to pod/perl5120delta.pod for more detailed information. B<WARNING:> This version is not binary compatible with prior releases of Perl. If you have built extensions (i.e. modules that include C code) @@ -93,7 +93,7 @@ The standard extensions supplied with Perl will be handled automatically. On a related issue, old modules may possibly be affected by the changes in the Perl language in the current release. Please see -pod/perl5116delta.pod for a description of what's changed. See your +pod/perl5120delta.pod for a description of what's changed. See your installed copy of the perllocal.pod file for a (possibly incomplete) list of locally installed modules. Also see CPAN::autobundle for one way to make a "bundle" of your currently installed modules. @@ -2266,7 +2266,7 @@ http://www.chiark.greenend.org.uk/~sgtatham/bugs.html =head1 Coexistence with earlier versions of perl 5 -Perl 5.11 is not binary compatible with earlier versions of Perl. +Perl 5.12 is not binary compatible with earlier versions of Perl. In other words, you will have to recompile your XS modules. In general, you can usually safely upgrade from one version of Perl (e.g. |