summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2011-06-07 17:33:38 +0100
committerLeon Brocard <acme@astray.com>2011-06-07 17:33:38 +0100
commit5a273d5c1543c3f9baa7f030c58fdb4acb07ad98 (patch)
treec7531b49a1a4e632d3f8afe7d38b48bd3fada320
parentb612fbccce1a18d5cbf9cb4135f9fbec349340cd (diff)
downloadperl-5a273d5c1543c3f9baa7f030c58fdb4acb07ad98.tar.gz
Update INSTALL for 5.12.4
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 57208eedcd..12b927e810 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,7 +47,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/perl5122delta.pod file. For more information about how to find more
+pod/perl5124delta.pod file. For more information about how to find more
specific detail about changes, see the Changes file.
=head1 DESCRIPTION
@@ -80,10 +80,10 @@ directory.
=head2 Changes and Incompatibilities
-Please see pod/perl5122delta.pod for a description of the changes and
+Please see pod/perl5124delta.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/perl5122delta.pod for more detailed information.
+to pod/perl5124delta.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)
@@ -98,7 +98,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/perl5122delta.pod for a description of what's changed. See your
+pod/perl5124delta.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.
@@ -2390,7 +2390,7 @@ yet.
=head2 Upgrading from 5.11.0 or earlier
-B<Perl 5.12.4 is binary incompatible with Perl 5.11.1 and any earlier
+B<Perl 5.12.4 is binary incompatible with Perl 5.11.5 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.12.4. If you find you do need to rebuild an extension with