diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 22:29:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 22:29:36 +0000 |
commit | 4929bf7bc76235df307ee4ade0f6222410e8b46b (patch) | |
tree | 2ef7023a0940db572267040f96a32d4b2c3de6fe /gv.c | |
parent | 4b261d929a4c7cbf1234b17cb939dbdb2ff92731 (diff) | |
download | perl-4929bf7bc76235df307ee4ade0f6222410e8b46b.tar.gz |
fix pods to reflect newer canonical names for call_sv() etc.
p4raw-id: //depot/perl@5371
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -168,7 +168,7 @@ up caching info for this glob. Similarly for all the searched stashes. This function grants C<"SUPER"> token as a postfix of the stash name. The GV returned from C<gv_fetchmeth> may be a method cache entry, which is not -visible to Perl code. So when calling C<perl_call_sv>, you should not use +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. @@ -333,7 +333,7 @@ created via a side effect to do this. These functions have the same side-effects and as C<gv_fetchmeth> with C<level==0>. C<name> should be writable if contains C<':'> or C<' ''>. The warning against passing the GV returned by C<gv_fetchmeth> to -C<perl_call_sv> apply equally to these functions. +C<call_sv> apply equally to these functions. =cut */ |