This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make changes to aliased *ISA work
authorFather Chrysostomos <sprout@cpan.org>
Sun, 14 Nov 2010 14:37:15 +0000 (06:37 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 14 Nov 2010 18:59:13 +0000 (10:59 -0800)
commita5dba54a9086e4f54e3755d7ba6f357c8b6cecb8
tree97c92535dd299299c9f8132045b63a61698c874f
parentddb276800a5224dfce6975392e8f932c25adfc14
Make changes to aliased *ISA work

This is a follow-up to 6624142.

Ref-to-glob assignment was not working after an *ISA-to-*ISA
assignment.

It needs to copy into mg_obj all the items in the mg_obj of the array
that is being replaced.
sv.c
t/mro/isa_aliases.t