diff options
-rw-r--r-- | pod/perl5005delta.pod | 4 | ||||
-rw-r--r-- | pod/perl561delta.pod | 4 | ||||
-rw-r--r-- | pod/perl571delta.pod | 6 | ||||
-rw-r--r-- | pod/perl573delta.pod | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index cabdf9eb7c..62661254a2 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<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 diff --git a/pod/perl561delta.pod b/pod/perl561delta.pod index 664cc0e183..c801ad6d08 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<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 diff --git a/pod/perl571delta.pod b/pod/perl571delta.pod index be36e04406..aa0945d001 100644 --- a/pod/perl571delta.pod +++ b/pod/perl571delta.pod @@ -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 * diff --git a/pod/perl573delta.pod b/pod/perl573delta.pod index 00e73fed8b..ddef460c79 100644 --- a/pod/perl573delta.pod +++ b/pod/perl573delta.pod @@ -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, |