summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* test using just the metaclass traitdoy2009-04-201-0/+22
* clean up tests a bitdoy2009-04-208-44/+46
* one more testdoy2009-04-201-1/+2
* add a couple todo tests for classes that actually replace the constructor, si...doy2009-04-201-1/+26
* add failing test for method modifiers on the constructordoy2009-04-201-0/+34
* test immutable version toodoy2009-04-201-1/+5
* add a basic test for BUILDARGSdoy2009-04-201-0/+35
* add a test for inline_constructor => 0doy2009-04-201-0/+33
* add more failing testsdoy2009-04-141-1/+9
* typodoy2009-04-141-3/+3
* these should be inlined by moosedoy2009-04-121-4/+4
* hmmm, these tests are wrongdoy2009-04-121-5/+1
* no, moose doesn't automatically inline constructors, i was just getting my ow...doy2009-04-111-4/+4
* actually test the right thing in the tests for inheriting from moose - they f...doy2009-04-111-7/+5
* use has_method rather than get_method for testing for existencedoy2009-04-111-4/+4
* add tests for adding the constructor properly when inheriting from non-moose ...doy2009-04-111-1/+6
* add more tests for inheriting from moose classesdoy2009-04-111-3/+28
* add a test for extending moose classesdoy2009-04-111-0/+32
* add another testdoy2009-04-111-1/+3
* add a test for multi-level inheritance, with a failuredoy2009-04-101-0/+45
* eh, let's just overwrite extends, extends_nonmoose is too wordydoy2009-04-105-6/+6
* add tests for BUILDdoy2009-04-101-0/+57
* add a test for immutabilitydoy2009-04-081-0/+43