From 27f68d5f80343aa5eb566cfaa7a2e9d6458f4c92 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 3 Jul 2011 21:57:23 -0600 Subject: [PATCH] Fix various podcheck issues in old perldeltas I had these fixes laying around, so committing them --- pod/perl5005delta.pod | 4 ++-- pod/perl561delta.pod | 4 ++-- pod/perl571delta.pod | 6 +++--- pod/perl573delta.pod | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index cabdf9e..6266125 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -523,7 +523,7 @@ encapsulation of Perl. GCC and EGCS are now supported on Win32. See F, aka L. VMS configuration system has been rewritten. See F (installed -as L on some systems). +as F on some systems). The hints files for most Unix platforms have seen incremental improvements. @@ -722,7 +722,7 @@ imported with the C pragma). To silently interpret it as the Perl operator, use the C prefix on the operator (e.g. C) or by declaring the subroutine -to be an object method (see L). +to be an object method (see L). =item Bad index while coercing array into hash diff --git a/pod/perl561delta.pod b/pod/perl561delta.pod index 664cc0e..c801ad6 100644 --- a/pod/perl561delta.pod +++ b/pod/perl561delta.pod @@ -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 for detailed information on the -ramifications of building Perl with this option. +See L 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 diff --git a/pod/perl571delta.pod b/pod/perl571delta.pod index be36e04..aa0945d 100644 --- a/pod/perl571delta.pod +++ b/pod/perl571delta.pod @@ -350,10 +350,10 @@ See L 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 for more +PerlIO::array and PerlIO::code. See L 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 for more information. +to Quoted-Printable. See L for more information. =item * diff --git a/pod/perl573delta.pod b/pod/perl573delta.pod index 00e73fe..ddef460 100644 --- a/pod/perl573delta.pod +++ b/pod/perl573delta.pod @@ -17,7 +17,7 @@ see L.) This is just a selected list of some of the more notable changes. The numbers refer to the Perl repository change numbers; see -L (or L in Perl 5.8.1). In addition to these +F (or F 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, -- 2.7.4