From: Rafael Garcia-Suarez Date: Thu, 8 May 2003 18:42:16 +0000 (+0000) Subject: Remove duplicate entries from perldiag X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0171352b2ec1a5da767060462636c95507386538;p=p5sagit%2Fp5-mst-13.2.git Remove duplicate entries from perldiag p4raw-id: //depot/perl@19453 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ad5841c..f40b7a0 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -195,16 +195,6 @@ thread. See L. (F) The failing code has attempted to get or set a key which is not in the current set of allowed keys of a restricted hash. -=item Attempt to delete readonly key '%s' from a restricted hash - -(F) The failing code attempted to delete a key whose value has been -declared readonly from a restricted hash. - -=item Attempt to delete disallowed key '%s' from a restricted hash - -(F) The failing code attempted to delete from a restricted hash a key -which is not in its key set. - =item Attempt to bless into a reference (F) The CLASSNAME argument to the bless() operator is expected to be