projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee6a9e
)
Document sv_2io’s invocation of magic
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 19 Nov 2011 22:38:09 +0000
(14:38 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 20 Nov 2011 00:14:54 +0000
(16:14 -0800)
sv.c
patch
|
blob
|
history
diff --git
a/sv.c
b/sv.c
index
03aff4e
..
f00d01f
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-8813,6
+8813,9
@@
Using various gambits, try to get an IO from an SV: the IO slot if its a
GV; or the recursive result if we're an RV; or the IO slot of the symbol
named after the PV if we're a string.
+'Get' magic is ignored on the sv passed in, but will be called on
+C<SvRV(sv)> if sv is an RV.
+
=cut
*/