diff options
author | Karl Williamson <khw@cpan.org> | 2019-08-30 14:06:20 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-09-02 21:52:11 -0600 |
commit | 4f8d487a7e11d43f005b038b2d66b38c38c51f8d (patch) | |
tree | 5889908d4b88e167d18aa188fe16aaede68cb892 /gv.c | |
parent | 148280d3f755d89c8c24a6243599c54183813a26 (diff) | |
download | perl-4f8d487a7e11d43f005b038b2d66b38c38c51f8d.tar.gz |
gv.c: Note that some GV_foo constants are documented
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -693,6 +693,8 @@ visible to Perl code. So when calling C<call_sv>, 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<GvCV> macro. +=for apidoc Amnh||GV_SUPER + =cut */ @@ -1436,6 +1438,8 @@ The most important of which are probably C<GV_ADD> and C<SVf_UTF8>. Note, use of C<gv_stashsv> instead of C<gv_stashpvn> where possible is strongly recommended for performance reasons. +=for apidoc Amnh||GV_ADD + =cut */ |