diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-01-04 11:57:12 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-04 12:12:48 -0700 |
commit | 990c89d7f48761c1d0383d6378653b6b1fe2c99c (patch) | |
tree | d47e97a427161cefd82bf20637a713d7ea96ba8c /hv.c | |
parent | f9fd83971f50afbd19ded71c3090978ea47dd09b (diff) | |
download | perl-990c89d7f48761c1d0383d6378653b6b1fe2c99c.tar.gz |
hv.c pod: 'Perl_sv_placeholder' should be 'PL_sv_placeholder'
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2307,7 +2307,7 @@ The C<flags> 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 -C<&Perl_sv_placeholder>. Note that the implementation of placeholders and +C<&PL_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. |