fix broken links in old perldeltas
authorKarl Williamson <public@khwilliamson.com>
Fri, 20 May 2011 03:08:44 +0000 (21:08 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 15:51:10 +0000 (09:51 -0600)
We aren't keeping old perldeltas up-to-date, but I had these fixes lying
around, so decided to commit them

pod/perl5004delta.pod
pod/perl56delta.pod
pod/perl572delta.pod
pod/perl589delta.pod
pod/perl58delta.pod

index c83f3e6..fc5ae62 100644 (file)
@@ -753,7 +753,7 @@ and above) or the Borland C++ compiler (versions 5.02 and above).
 The resulting perl can be used under Windows 95 (if it
 is installed in the same directory locations as it got installed
 in Windows NT).  This port includes support for perl extension
-building tools like L<MakeMaker> and L<h2xs>, so that many extensions
+building tools like L<ExtUtils::MakeMaker> and L<h2xs>, so that many extensions
 available on the Comprehensive Perl Archive Network (CPAN) can now be
 readily built under Windows NT.  See http://www.perl.com/ for more
 information on CPAN and F<README.win32> in the perl distribution for more
index 4ae5c96..24c2072 100644 (file)
@@ -2758,7 +2758,8 @@ Note that the above issue is not relevant to the default build of
 Perl, whose interfaces continue to match those of prior versions
 (but subject to the other options described here).
 
-See L<perlguts/"The Perl API"> for detailed information on the
+
+See L<perlguts/Background and PERL_IMPLICIT_CONTEXT> for detailed information on the
 ramifications of building Perl with this option.
 
     NOTE: PERL_IMPLICIT_CONTEXT is automatically enabled whenever Perl is built
index 67d0912..c41b0da 100644 (file)
@@ -151,7 +151,7 @@ C<$^N>, which contains the most-recently closed group (submatch).
 
 =item *
 
-L<utime> now supports C<utime undef, undef, @files> to change the
+L<perlfunc/utime> now supports C<utime undef, undef, @files> to change the
 file timestamps to the current time.
 
 =item *
@@ -249,7 +249,7 @@ L<Time::Seconds> - a simple API to convert seconds to other date values
 
 =item *
 
-L<UnicodeCD> - Unicode Character Database
+L<Unicode::UCD> - Unicode Character Database
 
 =back
 
index 697b2bd..f10099c 100644 (file)
@@ -1228,7 +1228,7 @@ Hanssen).
 
 =item *
 
-L<reverse> function documentation received scalar context examples.
+C<reverse> function documentation received scalar context examples.
 
 =back
 
@@ -1259,7 +1259,7 @@ L<perlsub> example is updated to use a lexical variable for C<opendir> syntax.
 L<perlvar> fixes confusion about real GID C<$(> and effective GID C<$)>. 
 
 Perl thread tutorial example is fixed in section
-L<perlthrtut/Queues: Passing Data Around> and L<perlothrtut>.
+L<perlthrtut/Queues: Passing Data Around> and L<perlthrtut>.
 
 L<perlhack> documentation extensively improved by Jarkko Hietaniemi and others.
 
index f3a8679..0612ca6 100644 (file)
@@ -730,7 +730,7 @@ for details. [561]
 
 =item *
 
-L<utime> now supports C<utime undef, undef, @files> to change the
+L<perlfunc/utime> now supports C<utime undef, undef, @files> to change the
 file timestamps to the current time.
 
 =item *