summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-13 17:28:46 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-13 17:36:16 -0800
commit6624142a770b3cb9a18e1968e0294117f8f8efa1 (patch)
tree025158923d66c7a1cc78ebe5ee48c97fb0b95d86 /MANIFEST
parent578895fb2f0e19d2b8092cb6d9ea802f07e7ff02 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6f7c568230..3f73d958dd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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