summaryrefslogtreecommitdiff
path: root/pod/perl5100delta.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-04 08:03:04 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-04 08:03:04 +0000
commiteaade56eadfc8023c1b8527ee5dbbb191a32d4d8 (patch)
tree80ffcce99969a073ec2e652769b2a777dcee89c8 /pod/perl5100delta.pod
parent26bfd9247054f97ba4aa03b16a44c34559ee16e4 (diff)
downloadperl-eaade56eadfc8023c1b8527ee5dbbb191a32d4d8.tar.gz
${^CHILD_ERROR_NATIVE} isn't mentioned in perlrun.pod, but is in
perlvar.pod. p4raw-id: //depot/perl@34714
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r--pod/perl5100delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index d47df845d2..2026de57af 100644
--- a/pod/perl5100delta.pod
+++ b/pod/perl5100delta.pod
@@ -396,7 +396,7 @@ details.
This variable gives the native status returned by the last pipe close,
backtick command, successful call to wait() or waitpid(), or from the
-system() operator. See L<perlrun> for details. (Contributed by Gisle Aas.)
+system() operator. See L<perlvar> for details. (Contributed by Gisle Aas.)
=item C<${^RE_TRIE_MAXBUF}>