summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-12 14:58:44 -0600
committerKarl Williamson <khw@cpan.org>2022-05-12 15:00:57 -0600
commit7f3d11024c530ddd1c716f16c35364abc5101bc4 (patch)
tree6efa72cf829de7e641e85dc129ad576a6ffb8a3e /gv.c
parente2d832c09456b7c9de58f3b2d6e3d5c76de588fe (diff)
downloadperl-7f3d11024c530ddd1c716f16c35364abc5101bc4.tar.gz
perlapi: Document and mark internal gv_handler
One should use the macro front end instead.
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index 69be251e9a..af71809b52 100644
--- a/gv.c
+++ b/gv.c
@@ -3202,6 +3202,13 @@ Perl_Gv_AMupdate(pTHX_ HV *stash, bool destructing)
return 0;
}
+/*
+=for apidoc gv_handler
+
+Implements C<StashHANDLER>, which you should use instead
+
+=cut
+*/
CV*
Perl_gv_handler(pTHX_ HV *stash, I32 id)