This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make \&$tied call get-magic when it holds a glob
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Sep 2011 05:42:54 +0000 (22:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Sep 2011 05:42:54 +0000 (22:42 -0700)
commit48e092ec03e9970d1accf0cd0845ecf46d336c8f
tree24fa3dfbbbcc2c8aee1d7334b92493f856950944
parentb042df579e7271f1572459c49025ad880fd93b71
Make \&$tied call get-magic when it holds a glob

This is a follow-up to ff55a0191f1, but this bug has probably existed
as long as ties.

\&$tied_scalar was ignoring get-magic on $tied if it happened to
hold a glob.
sv.c
t/op/tie.t