summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-15 22:31:23 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-15 22:31:23 -0800
commit12605ff99dc0b98fd730bbd2380934b87b8b32f5 (patch)
tree5e09993cf6bea20b2c35d09cb467fedb225bd5bd /pod/perldiag.pod
parent962bcf2846ff67ac4c58856ea567b5bf0e9fb52e (diff)
downloadperl-12605ff99dc0b98fd730bbd2380934b87b8b32f5.tar.gz
add refcnt_inc/dec to perldiag
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 087f90682a..0187cbcc41 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3906,8 +3906,12 @@ which is why it's currently left out of your copy.
believes it found an infinite loop in the C<@ISA> hierarchy. This is a
crude check that bails out after 100 levels of C<@ISA> depth.
+=item refcnt_dec: fd %d%s
+
=item refcnt: fd %d%s
+=item refcnt_inc: fd %d%s
+
(P) Perl's I/O implementation failed an internal consistency check. If
you see this message, something is very wrong.