diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-07-03 21:57:23 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 22:17:57 -0600 |
commit | 27f68d5f80343aa5eb566cfaa7a2e9d6458f4c92 (patch) | |
tree | d49e29f96da20b0c06364ea32e02eaca2665a9be /pod/perl5005delta.pod | |
parent | f7964948ff60526da024b05c25f8b2da38ee4fbe (diff) | |
download | perl-27f68d5f80343aa5eb566cfaa7a2e9d6458f4c92.tar.gz |
Fix various podcheck issues in old perldeltas
I had these fixes laying around, so committing them
Diffstat (limited to 'pod/perl5005delta.pod')
-rw-r--r-- | pod/perl5005delta.pod | 4 |
1 files changed, 2 insertions, 2 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 |