From: Gurusamy Sarathy Date: Mon, 6 Jul 1998 20:43:35 +0000 (+0000) Subject: remove dup entry in perldiag X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f54a448f6b00b0c7496e7e310807ef52f882fd8;p=p5sagit%2Fp5-mst-13.2.git remove dup entry in perldiag p4raw-id: //depot/perl@1341 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0805db3..f2415cc 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -334,13 +334,9 @@ system malloc(). =item Bad index while coercing array into hash -(F) A field name of a typed variable was looked up in the %FIELDS -hash, but the index found was not legal, i.e. less than 1. - -=item Bad index while coercing array into hash - -(F) The index looked up in the hash found as 0'th element of the array -is not legal. Index values must be at 1 or greater. +(F) The index looked up in the hash found as the 0'th element of a +pseudo-hash is not legal. Index values must be at 1 or greater. +See L. =item Bad name after %s::