diff options
author | Zefram <zefram@fysh.org> | 2010-09-11 19:36:10 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-28 21:35:02 +0200 |
commit | 9dcc53ea14d7a502bb5ac0877765bde14f8cc721 (patch) | |
tree | e04fbefccc4e81298835b1e4fb69e8db347ff810 /hv.c | |
parent | dccfc75d21f1ac6a97926d5bac2e89d3cd22eafa (diff) | |
download | perl-9dcc53ea14d7a502bb5ac0877765bde14f8cc721.tar.gz |
systematically provide pv/pvn/pvs/sv quartets
Anywhere an API function takes a string in pvn form, ensure that there
are corresponding pv, pvs, and sv APIs.
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2650,6 +2650,11 @@ if the entry isn't there. See L</cop_hints_fetchsv>. If C<flags> includes C<HVhek_UTF8>, C<key> is in UTF-8. +=for apidoc cop_hints_fetchpv + +See L</cop_hints_fetchsv>. If C<flags> includes C<HVhek_UTF8>, C<key> is +in UTF-8. + =for apidoc cop_hints_fetchpvs See L</cop_hints_fetchpvn>. This is a macro that takes a constant string |