This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove useless code
[perl5.git] / t / mro / basic.t
2012-11-29 Father ChrysostomosFix two local *ISA bugs
2012-11-29 Father ChrysostomosDon’t croak for local *DetachedStash::method
2012-07-13 Father Chrysostomosmro/basic.t: Squelch warning
2012-07-13 Father ChrysostomosFix @{*ISA} autovivification
2012-07-13 Father ChrysostomosFix *ISA = *glob_without_array
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-11-13 Father ChrysostomosFix undef %Foo:: to update subclasses
2010-11-13 Father ChrysostomosMake delete $package::{ISA} work
2010-11-11 Father Chrysostomos[perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait...
2010-11-09 Father Chrysostomos[perl #75176] Symbol::delete_package does not free...
2010-09-06 Father Chrysostomos[perl #76138] perl inadvertently destroys signal handle...
2010-02-18 Tony Cookrt #72866 - add magic to arrayrefs assigned to *Foo...
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