summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-19 14:38:09 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-19 16:14:54 -0800
commit14efd84024b1b4fdabd5b62ac56b47e8b5c8d8fa (patch)
tree5a1b8b3a888c9ae735a71701709592bb3b550f64 /sv.c
parent4ee6a9e8e4c361531b7884e075604202a3990a8f (diff)
downloadperl-14efd84024b1b4fdabd5b62ac56b47e8b5c8d8fa.tar.gz
Document sv_2io’s invocation of magic
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 03aff4eb79..f00d01f87d 100644
--- 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
*/