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/perl561delta.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/perl561delta.pod')
-rw-r--r-- | pod/perl561delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
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 |