diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-19 14:38:09 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-19 16:14:54 -0800 |
commit | 14efd84024b1b4fdabd5b62ac56b47e8b5c8d8fa (patch) | |
tree | 5a1b8b3a888c9ae735a71701709592bb3b550f64 /sv.c | |
parent | 4ee6a9e8e4c361531b7884e075604202a3990a8f (diff) | |
download | perl-14efd84024b1b4fdabd5b62ac56b47e8b5c8d8fa.tar.gz |
Document sv_2io’s invocation of magic
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |