From: Karl Williamson Date: Fri, 30 Aug 2019 20:06:20 +0000 (-0600) Subject: gv.c: Note that some GV_foo constants are documented X-Git-Tag: v5.31.4~39^2~35 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/4f8d487a7e11d43f005b038b2d66b38c38c51f8d gv.c: Note that some GV_foo constants are documented --- diff --git a/gv.c b/gv.c index 652f5e7..05d80af 100644 --- a/gv.c +++ b/gv.c @@ -693,6 +693,8 @@ visible to Perl code. So when calling C, you should not use the GV directly; instead, you should use the method's CV, which can be obtained from the GV with the C macro. +=for apidoc Amnh||GV_SUPER + =cut */ @@ -1436,6 +1438,8 @@ The most important of which are probably C and C. Note, use of C instead of C where possible is strongly recommended for performance reasons. +=for apidoc Amnh||GV_ADD + =cut */