diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-01-03 15:56:19 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-01-03 15:56:19 +0000 |
commit | 4df3f177ec6976dd82207a4ed033ec8c90400146 (patch) | |
tree | 324ea63fd3b550fb62a6396bd8008ea7616bb5e8 /pod/perldiag.pod | |
parent | 4f5da3e92a0c530bfe4334764eb75169e997c27f (diff) | |
download | perl-4df3f177ec6976dd82207a4ed033ec8c90400146.tar.gz |
perldiag.pod additions to go with change #26602.
p4raw-link: @26602 on //depot/perl: 8b5be85c6c6a87e2cf6fc80a9ccc8056a4d1bbf9
p4raw-id: //depot/perl@26607
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c5d143efb6..54b42eb8e7 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -361,6 +361,12 @@ by setting environment variable C<PERL_BADFREE> to 1. (P) An internal request asked to add an array entry to something that wasn't a symbol table entry. +=item Bad symbol for dirhandle + +(P) An internal request asked to add a dirhandle entry to something +that wasn't a symbol table entry. + + =item Bad symbol for filehandle (P) An internal request asked to add a filehandle entry to something |