From 4df3f177ec6976dd82207a4ed033ec8c90400146 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 3 Jan 2006 15:56:19 +0000 Subject: [PATCH] perldiag.pod additions to go with change #26602. p4raw-link: @26602 on //depot/perl: 8b5be85c6c6a87e2cf6fc80a9ccc8056a4d1bbf9 p4raw-id: //depot/perl@26607 --- pod/perldiag.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c5d143e..54b42eb 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -361,6 +361,12 @@ by setting environment variable C 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 -- 1.8.3.1