This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make more ways to move packages around reset isa caches
authorFather Chrysostomos <sprout@cpan.org>
Sun, 10 Oct 2010 05:29:19 +0000 (22:29 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 10 Oct 2010 06:07:09 +0000 (23:07 -0700)
commit3e79609f389ec31f364ad27e763e7e5f2ebc8d1e
tree4790cdc103e047ffaa8031b4a5b03bf7d482015e
parent3e6edce2ec5de0a7a3597d5f5a127bb974b33ca8
Make more ways to move packages around reset isa caches

This makes string-to-glob assignment and hashref-to-glob assignment
reset isa caches by calling mro_package_moved, if the glob’s name
ends with ::.

Related to [perl #75176].
sv.c
t/mro/package_aliases.t