summaryrefslogtreecommitdiff
path: root/t/mro/basic.t
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Fix undef %Foo:: to update subclassesFather Chrysostomos2010-11-131-1/+9
* Make delete $package::{ISA} workFather Chrysostomos2010-11-131-1/+9
* [perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait-0.31.tar.gzFather Chrysostomos2010-11-111-1/+13
* [perl #75176] Symbol::delete_package does not free certain memory associated ...Father Chrysostomos2010-11-081-1/+1
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-061-1/+14
* rt #72866 - add magic to arrayrefs assigned to *Foo::ISATony Cook2010-02-181-1/+23
* Add a test for mro::method_changed_in() and mro::invalidate_all_method_caches()Bram2009-07-241-1/+18
* mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)Tony Cook2009-07-181-1/+16
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-271-0/+2
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-1/+14
* Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)Brandon Black2007-10-091-1/+29
* Change 31977 introduced a bug (failing to set the return value ofNicholas Clark2007-09-261-5/+16
* Re: [perl #44623] Optimized magic_setisa has bugRick Delaney2007-09-101-4/+1
* Test update to demonstrate @ISA assignment bug:Rick Delaney2007-08-151-1/+36
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-42/+1
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-1/+45
* Second patch from:Brandon Black2007-06-261-1/+20
* First patch from:Brandon Black2007-06-261-1/+57
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-191-2/+26
* Completely remove Test::More from the MRO tests, by Brandon BlackRafael Garcia-Suarez2007-04-211-16/+10
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+53