summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* protect against installed Foo moduleGraham Knop2014-04-211-0/+1
|
* stop using old Class::MOP functionsJesse Luehrs2013-09-043-4/+4
|
* packagingJesse Luehrs2013-09-0426-0/+0
|
* fix metaclass reinitializationJesse Luehrs2011-05-091-0/+32
|
* allow this to work with arbitrarily named constructorsJesse Luehrs2011-04-292-2/+113
|
* Failing tests for shutting up warnings about non-new constructorsFlorian Ragwitz2011-03-181-0/+14
| | | | | The method the warnings for classes with 'DESTROY' but no 'new' suggests about stopping the warnings doesn't work.
* warn instead of die if the superclass has a DESTROY but no newJesse Luehrs2011-03-021-0/+26
|
* convert to Test::Fatal, and actually dep on itJesse Luehrs2010-11-083-23/+19
|
* rename one more test fileJesse Luehrs2010-11-081-0/+0
|
* fix edge case with inlined fallback constructorsJesse Luehrs2010-08-201-0/+67
| | | | need to handle hashref parameters
* Fix more old MetaRole API usage0.14Dave Rolsky2010-07-193-22/+30
|
* bah, actually test for the right thing0.11Jesse Luehrs2010-06-301-0/+33
|
* don't break if someone specifies a version to extendsJesse Luehrs2010-06-301-0/+21
|
* switch to done_testing in testsJesse Luehrs2010-06-1518-18/+52
|
* make more tests use with_immutableJesse Luehrs2010-06-158-141/+93
|
* fix this testJesse Luehrs2010-06-151-17/+9
|
* fallback constructor still needs to set __INSTANCE__ properlyJesse Luehrs2010-06-152-8/+0
|
* convert to new dzil stuffJesse Luehrs2010-06-1521-9/+0
|
* fix inlined nonmoose constructors which call other methods (woosley)Jesse Luehrs2010-06-151-0/+47
|
* the test requires a later version of mx-insideoutJesse Luehrs2010-06-041-1/+1
|
* handle broken constructors that don't like to be subclassed (jhallock)Jesse Luehrs2010-05-201-0/+98
|
* new moose fixes these TODO testsJesse Luehrs2010-04-171-10/+5
|
* add TODO test for inlined constructorsJesse Luehrs2010-02-091-0/+45
|
* these tests are working nowJesse Luehrs2009-09-271-4/+0
|
* skip the correct number of testsJesse Luehrs2009-09-271-2/+2
|
* TODO test for DESTROY/DEMOLISH supportJesse Luehrs2009-09-271-0/+33
|
* using mx-nonmoose before using moose is an errorJesse Luehrs2009-07-261-0/+1
|
* more testsJesse Luehrs2009-06-261-1/+21
|
* add failing test for nonmoose-moose-nonmoose inheritanceJesse Luehrs2009-06-251-0/+85
|
* if overriding new manually, still need to pass inline_constructor => 0Jesse Luehrs2009-06-251-1/+2
|
* this todo test now passesJesse Luehrs2009-06-251-3/+0
|
* mark nonmoose-moose-nonmoose stuff as TODOJesse Luehrs2009-06-221-4/+10
|
* Foo::Moose2, not Foo::MooseJesse Luehrs2009-05-291-1/+1
|
* metaclass compat should take care of all thisJesse Luehrs2009-05-293-3/+0
|
* oops, i should have been making both of these immutableJesse Luehrs2009-05-121-0/+1
|
* clean up failing test a bitJesse Luehrs2009-05-121-9/+10
|
* failing test for MXIO+MXNMHans Dieter Pearcey2009-05-121-1/+8
|
* Merge branch 'master' of git://github.com/jasonmay/moosex-nonmooseJesse Luehrs2009-05-071-1/+16
|\
| * failing test for subclassing a mx-nonmoose-using moduleJason May2009-05-071-1/+16
| |
* | expand the mx-globref test a bit moreJesse Luehrs2009-05-071-1/+51
| |
* | add a test for mx-globrefJesse Luehrs2009-05-071-0/+49
| |
* | extend the mx-insideout test a bitJesse Luehrs2009-05-071-1/+13
| |
* | basic test for non-hashref base class instances (with MX-InsideOut)Jesse Luehrs2009-05-071-0/+65
| |
* | add a test for using mx-nonmoose with custom exportersJesse Luehrs2009-05-071-0/+71
|/
* add tests for using both BUILDARGS and FOREIGNBUILDARGSJesse Luehrs2009-05-061-1/+27
|
* remove some warningsJason May2009-05-061-1/+0
|
* test base class functionality in FOREIGNBUILDARGS testJason May2009-05-061-4/+7
|
* test for FOREIGNBUILDARGSJason May2009-05-061-0/+36
|
* quiet warnings during make_immutable, since they're expected in this testdoy2009-04-201-1/+6
|
* test that extends always gets you Moose::Object as a base classdoy2009-04-201-1/+2
|