From 384679aa783f7270f4f3edc35b03682e7825671f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sat, 9 Aug 2003 21:02:21 +0000 Subject: Regenerate perlapi.pod. p4raw-id: //depot/perl@20590 --- pod/perlapi.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pod') diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 481ee1047f..2bbbc668b8 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. -- cgit v1.2.1