Document sv_2io’s invocation of magic
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 22:38:09 +0000 (14:38 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 20 Nov 2011 00:14:54 +0000 (16:14 -0800)
sv.c

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
 */