diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-13 17:28:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-13 17:36:16 -0800 |
commit | 6624142a770b3cb9a18e1968e0294117f8f8efa1 (patch) | |
tree | 025158923d66c7a1cc78ebe5ee48c97fb0b95d86 /MANIFEST | |
parent | 578895fb2f0e19d2b8092cb6d9ea802f07e7ff02 (diff) | |
download | perl-6624142a770b3cb9a18e1968e0294117f8f8efa1.tar.gz |
[perl #77238] Aliased @ISA does not work
This makes aliased @ISA arrays work by storing a non-magical AV as the
mg_obj if there need to be multiple entries.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4578,6 +4578,7 @@ t/mro/complex_dfs.t mro tests t/mro/dbic_c3.t mro tests t/mro/dbic_dfs.t mro tests t/mro/inconsistent_c3.t mro tests +t/mro/isa_aliases.t tests for shared @ISA arrays t/mro/isa_c3.t test for optimisatised mro_get_linear_isa_c3 t/mro/isa_dfs.t test for optimisatised mro_get_linear_isa_dfs t/mro/isarev.t PL_isarev/mro::get_isarev tests |