summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-08-22 10:43:37 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-05 16:33:07 +0200
commit37ee6528ceb851db13e05a01624da3118149a953 (patch)
tree00b909d2acee56c51bc2a6404dcc064d6a89e831 /INSTALL
parent8e7870e793b7ed3fb14a2fd89a50e51657403695 (diff)
downloadperl-37ee6528ceb851db13e05a01624da3118149a953.tar.gz
Move the latest perldelta to pod/perldelta.pod
This way patches including perldelta entries will apply properly, no matter when they are applied. If there's conflicts, they'll at least be in the right file.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index e73fa53b05..892dda5ab0 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/perl5135delta.pod file. For more information about how to find more
+pod/perldelta.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/perl5135delta.pod for a description of the changes and
+Please see pod/perldelta.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/perl5135delta.pod for more detailed information.
+to pod/perldelta.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/perl5135delta.pod for a description of what's changed. See your
+pod/perldelta.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.