summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* oh god what am i doingdoy2009-04-133-0/+104
* stop unconditionally preventing the constructor from being inlineddoy2009-04-122-13/+0
* 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-112-4/+7
* 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
* extends shouldn't do anything special to the constructor if it would otherwis...doy2009-04-111-0/+3
* commentsdoy2009-04-111-1/+4
* don't call ->meta directlydoy2009-04-111-1/+1
* simplifydoy2009-04-111-2/+1
* whitespacedoy2009-04-111-1/+1
* add another testdoy2009-04-111-1/+3
* oops, the failure was because it should actually be constructor_class_rolesdoy2009-04-111-3/+3
* add a test for multi-level inheritance, with a failuredoy2009-04-101-0/+45
* start trying to use a constructor metaclass role to do things more intelligentlydoy2009-04-102-10/+23
* eh, let's just overwrite extends, extends_nonmoose is too wordydoy2009-04-106-8/+8
* todo commentdoy2009-04-101-0/+3
* add tests for BUILDdoy2009-04-101-0/+57
* hmmm, this conditional wasn't doing anything and tests still pass, so...? pro...doy2009-04-101-23/+20
* add a few commentsdoy2009-04-101-0/+6
* aha - what i really need to be doing here is using normal method resolution t...doy2009-04-101-15/+17
* factor the constructor out into a separate subdoy2009-04-091-13/+15
* okay... stop erroring for now, just only add Moose::Object as a superclass if...doy2009-04-091-7/+4
* add a test for immutabilitydoy2009-04-081-0/+43
* default to inline_constructor => 0 on make_immutabledoy2009-04-082-0/+23
* a few more testsdoy2009-04-082-0/+61
* bail out if we can't load the moduledoy2009-04-081-1/+1
* whitespacedoy2009-04-081-0/+1
* error if we try to extend moose classesdoy2009-04-081-2/+9
* correct number of testsdoy2009-04-071-1/+1
* SUPER is resolved at compile timedoy2009-04-071-2/+4
* a few basic testsdoy2009-04-072-0/+31
* initial implementationdoy2009-04-071-0/+26