This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Parse::CPAN::Meta from ext/ to cpan/
[perl5.git] / t / mro / basic.t
2009-07-24 BramAdd a test for mro::method_changed_in() and mro::invali...
2009-07-18 Tony Cookmro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
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-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-04-21 Rafael Garcia-SuarezCompletely remove Test::More from the MRO tests, by...
2007-04-19 Brandon BlackRe: new C3 MRO patch