summaryrefslogtreecommitdiff
path: root/t/mro/basic.t
Commit message (Expand)AuthorAgeFilesLines
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* [perl #127351] add isaelem magic on *Foo::ISA = arrayrefTony Cook2016-02-021-1/+0
* [perl #127351] TODO tests for arrayref assigned to *Foo::ISA issuesTony Cook2016-02-021-1/+35
* [perl #123788] update isa magic stash records when *ISA is deletedTony Cook2016-01-111-1/+0
* [perl #123788] tests for making in in-use @ISA not an @ISA anymoreTony Cook2016-01-111-1/+39
* In tests, 'use strict' etc after the @INC manipulation.Jarkko Hietaniemi2014-11-021-3/+4
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* Teach mro code about null array elementsFather Chrysostomos2013-09-011-1/+7
* Let t/mro/basic.t be run from the top levelFather Chrysostomos2013-08-181-1/+6
* [perl #114864] Make UNIVERSAL::DESTROY changes invalidate cachesFather Chrysostomos2013-08-171-1/+15
* Fix two local *ISA bugsFather Chrysostomos2012-11-291-1/+18
* Don’t croak for local *DetachedStash::methodFather Chrysostomos2012-11-291-1/+8
* mro/basic.t: Squelch warningFather Chrysostomos2012-07-131-0/+1
* Fix @{*ISA} autovivificationFather Chrysostomos2012-07-121-1/+8
* Fix *ISA = *glob_without_arrayFather Chrysostomos2012-07-121-1/+11
* 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