Fix various podcheck issues in old perldeltas
authorKarl Williamson <public@khwilliamson.com>
Mon, 4 Jul 2011 03:57:23 +0000 (21:57 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 4 Jul 2011 04:17:57 +0000 (22:17 -0600)
I had these fixes laying around, so committing them

pod/perl5005delta.pod
pod/perl561delta.pod
pod/perl571delta.pod
pod/perl573delta.pod

index cabdf9e..6266125 100644 (file)
@@ -523,7 +523,7 @@ encapsulation of Perl.  GCC and EGCS are now supported on Win32.
 See F<README.win32>, aka L<perlwin32>.
 
 VMS configuration system has been rewritten.  See F<README.vms> (installed 
-as L<README_vms> on some systems).
+as F<README_vms> on some systems).
 
 The hints files for most Unix platforms have seen incremental improvements.
 
@@ -722,7 +722,7 @@ imported with the C<use subs> pragma).
 
 To silently interpret it as the Perl operator, use the C<CORE::> prefix
 on the operator (e.g. C<CORE::log($x)>) or by declaring the subroutine
-to be an object method (see L<attrs>).
+to be an object method (see L</attrs>).
 
 =item Bad index while coercing array into hash
 
index 664cc0e..c801ad6 100644 (file)
@@ -3363,8 +3363,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
-ramifications of building Perl with this option.
+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
     with one of -Dusethreads, -Dusemultiplicity, or both.  It is not
index be36e04..aa0945d 100644 (file)
@@ -350,10 +350,10 @@ See L<MIME::QuotedPrint> for more information.
 
 =item *
 
-PerlIO::Scalar, by Nick Ing-Simmons, provides the implementation of
+PerlIO::scalar, by Nick Ing-Simmons, provides the implementation of
 IO to "in memory" Perl scalars as discussed above.  It also serves as
 an example of a loadable layer.  Other future possibilities include
-PerlIO::Array and PerlIO::Code.  See L<PerlIO::Scalar> for more
+PerlIO::array and PerlIO::code.  See L<PerlIO::scalar> for more
 information.
 
 =item *
@@ -366,7 +366,7 @@ in perl code).
     open($fh,">Via(MIME::QuotedPrint)",$path)
 
 This will automatically convert everything output to C<$fh>
-to Quoted-Printable.  See L<PerlIO::Via> for more information.
+to Quoted-Printable.  See L<PerlIO::via> for more information.
 
 =item *
 
index 00e73fe..ddef460 100644 (file)
@@ -17,7 +17,7 @@ see L<perl572delta>.)
 
 This is just a selected list of some of the more notable changes.
 The numbers refer to the Perl repository change numbers; see
-L<Changes58> (or L<Changes> in Perl 5.8.1).  In addition to these
+F<Changes58> (or F<Changes> in Perl 5.8.1).  In addition to these
 changes, lots of work took place in integrating threads, PerlIO, and
 Unicode; general code cleanup; and last but not least porting to
 non-Unix lands such as Win32, VMS, Cygwin, DJGPP, VOS, MacOS Classic,