This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
qr_gc.t is only TODO on 5.11.x+
[perl5.git] / t / mro /
2008-12-27 Nicholas ClarkMove all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-11-16 Torsten SchoenfeldMRO tests for isa() and package aliases
2008-04-15 Rafael Garcia-SuarezFix for [perl #52074] Segfault on ISA push after symbol...
2008-02-25 ilmari@vesla.ilmar... Avoid a segfault case in MRO code, based on :
2008-01-11 Rick DelaneyRe: [perl #49564] Re: MRO and av_clear
2007-10-09 Brandon BlackRe: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-09-26 Nicholas ClarkChange 31977 introduced a bug (failing to set the retur...
2007-09-10 Rick DelaneyRe: [perl #44623] Optimized magic_setisa has bug
2007-08-15 Rick DelaneyTest update to demonstrate @ISA assignment bug:
2007-06-29 Rafael Garcia-SuarezRevert change #31489.
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Brandon BlackSecond patch from:
2007-06-26 Brandon BlackFirst patch from:
2007-06-04 Brandon Blackanother mro patch
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-05-09 Brandon BlackRe: mro c3 infinite recursion problem. Attemp to free...
2007-05-03 Brandon BlackRe: mro status, etc
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-21 Rafael Garcia-SuarezCompletely remove Test::More from the MRO tests, by...
2007-04-20 Rafael Garcia-SuarezShorten some file names
2007-04-20 Rafael Garcia-SuarezDon't use Test::More in core tests (at least, where
2007-04-19 Brandon BlackRe: new C3 MRO patch