summaryrefslogtreecommitdiff
path: root/t/mro
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-222-2/+2
* test - Do not use B which is a reserved namespaceNicolas R2017-09-152-17/+17
* Use set_up_inc for several unit testsNicolas R2016-08-1824-43/+55
* [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
* Non-invasive mojibake fixesStanislaw Pusep2015-07-035-1/+9
* In tests, 'use strict' etc after the @INC manipulation.Jarkko Hietaniemi2014-11-027-24/+29
* Test preamble: if requiring ./test.pl, needs chdir.Jarkko Hietaniemi2014-10-082-0/+2
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-085-5/+5
* Check that stash entries are GVs when aliasing pkgsFather Chrysostomos2013-11-041-1/+9
* Teach mro code about null array elementsFather Chrysostomos2013-09-012-1/+14
* 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
* skip appropriately when XS::APItest isn't availableTony Cook2013-01-081-1/+3
* Clear method caches when unwinding local *foo=sub{}Father Chrysostomos2012-11-291-1/+0
* method_caching.t: Load test.pl at BEGIN timeFather Chrysostomos2012-11-291-2/+1
* Clear method caches when unwinding local *foo=*methodFather Chrysostomos2012-11-291-0/+10
* Fix two local *ISA bugsFather Chrysostomos2012-11-291-1/+18
* Don’t croak for local *DetachedStash::methodFather Chrysostomos2012-11-291-1/+8
* Reset method caches when GPs are sharedFather Chrysostomos2012-11-291-0/+32
* Fix two minor bugs with local glob assignmentFather Chrysostomos2012-11-292-3/+19
* 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
* prevent PERL_UNICODE from affecting t/mro/package_aliases_utf8.tRicardo Signes2012-05-151-0/+1
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-1713-28/+28
* mro.(c|xs): Make warnings utf8-cleanBrian Fraser2011-10-061-5/+2
* mro UTF8 cleanup.Brian Fraser2011-10-0636-0/+3408
* Check more than just the first word of the "Inconsistent C3" error message.Nicholas Clark2011-08-131-1/+2
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-151-4/+46
* [perl #88132] broken ISA lookup after aliasing packages ending with ::Father Chrysostomos2011-04-131-32/+42
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-079-9/+9
* Revert "[perl #68654] next::method doesn't see UNIVERSAL"Father Chrysostomos2011-01-021-17/+1
* Revert "[perl #80098] Bleadperl breaks Attribute::Lexical"Father Chrysostomos2011-01-021-14/+2
* [perl #80098] Bleadperl breaks Attribute::LexicalFather Chrysostomos2010-12-021-2/+14
* [perl #68654] next::method doesn't see UNIVERSALFather Chrysostomos2010-12-011-1/+17
* Make next_edgecases.t easier to deal withFather Chrysostomos2010-12-011-1/+3
* Newly-created stashes may need effective names addedFather Chrysostomos2010-11-221-1/+20
* mro_package_moved must act on all effective namesFather Chrysostomos2010-11-221-1/+23
* Make hv_undef leave HvENAME aloneFather Chrysostomos2010-11-201-1/+20
* Don’t skip mro_package_moved if the parent stash is renamedFather Chrysostomos2010-11-161-1/+18
* Keep MRO caches around during hv_clearFather Chrysostomos2010-11-151-1/+5
* Make changes to aliased *ISA workFather Chrysostomos2010-11-141-1/+13
* Oops. I need to learn how to use git add.Father Chrysostomos2010-11-131-0/+31
* Fix undef %Foo:: to update subclassesFather Chrysostomos2010-11-131-1/+9
* Make delete $package::{ISA} workFather Chrysostomos2010-11-131-1/+9
* Update isarev when clobbered class has subsubclassesFather Chrysostomos2010-11-121-1/+10
* Fix package assignment with nested aliased packagesFather Chrysostomos2010-11-111-1/+29