summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* hmmm, this conditional wasn't doing anything and tests still pass, so...? ↵doy2009-04-101-23/+20
| | | | probably look more into this
* add a few commentsdoy2009-04-101-0/+6
|
* aha - what i really need to be doing here is using normal method resolution ↵doy2009-04-101-15/+17
| | | | to my advantage
* 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 ↵doy2009-04-091-7/+4
| | | | if it's not already somewhere in our inheritance hierarchy
* default to inline_constructor => 0 on make_immutabledoy2009-04-081-0/+11
|
* whitespacedoy2009-04-081-0/+1
|
* error if we try to extend moose classesdoy2009-04-081-2/+9
|
* SUPER is resolved at compile timedoy2009-04-071-2/+4
|
* initial implementationdoy2009-04-071-0/+26