From: Rafael Garcia-Suarez Date: Sat, 9 Aug 2003 21:02:21 +0000 (+0000) Subject: Regenerate perlapi.pod. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=384679aa783f7270f4f3edc35b03682e7825671f;p=p5sagit%2Fp5-mst-13.2.git Regenerate perlapi.pod. p4raw-id: //depot/perl@20590 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 481ee10..2bbbc66 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1222,9 +1222,8 @@ Returns entries from a hash iterator. See C and C. The C value will normally be zero; if HV_ITERNEXT_WANTPLACEHOLDERS is set the placeholders keys (for restricted hashes) will be returned in addition to normal keys. By default placeholders are automatically skipped over. -Currently a placeholder is implemented with a value that is literally -<&Perl_sv_undef> (a regular C value is a normal read-write SV for which -C is false). Note that the implementation of placeholders and +Currently a placeholder is implemented with a value that is +C<&Perl_sv_placeholder>. Note that the implementation of placeholders and restricted hashes may change, and the implementation currently is insufficiently abstracted for any change to be tidy.