projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f535073
)
mg_get should be called before access
author
Peter Martini <PeterCMartini@GMail.com>
Tue, 25 Sep 2012 12:45:43 +0000 (08:45 -0400)
committer
Ricardo Signes <rjbs@cpan.org>
Thu, 11 Oct 2012 19:57:56 +0000 (15:57 -0400)
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
8b30f93
..
19e3cdf
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-167,7
+167,7
@@
Perl_mg_magical(pTHX_ SV *sv)
/*
=for apidoc mg_get
-Do magic after a value is retrieved from the SV. See C<sv_magic>.
+Do magic before a value is retrieved from the SV. See C<sv_magic>.
=cut
*/