summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 09:44:05 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:15:53 -0600
commit37738dd69b192fdc59c34ae34704f5154dfa4ed0 (patch)
tree8d3ff66c93cb1a8fc6a79a51019e7300d807a482 /hv.h
parent87b26de2056bf6a784c45524973b489a9c0bf4c5 (diff)
downloadperl-37738dd69b192fdc59c34ae34704f5154dfa4ed0.tar.gz
Note for Devel::PPPort HvNAME_get, HvNAMELEN_get
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hv.h b/hv.h
index 8e71e124e8..5bbb91b291 100644
--- a/hv.h
+++ b/hv.h
@@ -159,6 +159,10 @@ See C<L</SvSTASH>>, C<L</CvSTASH>>.
=for apidoc Am|STRLEN|HvNAMELEN|HV *stash
Returns the length of the stash's name.
+Disfavored forms of HvNAME and HvNAMELEN; suppress mention of them
+=for apidoc Cmh|char*|HvNAME_get|HV* stash
+=for apidoc Amh|char*|HvNAMELEN_get|HV* stash
+
=for apidoc Am|unsigned char|HvNAMEUTF8|HV *stash
Returns true if the name is in UTF-8 encoding.