summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* clean up some of the poddoy2009-04-231-13/+13
|
* a few more todo commentsdoy2009-04-201-0/+4
|
* docs for MooseX::NonMoose::Meta::Role::Constructordoy2009-04-201-0/+46
|
* docs for MooseX::NonMoose::Meta::Role::Classdoy2009-04-201-0/+48
|
* add description section to docsdoy2009-04-201-0/+24
|
* comment in synopsisdoy2009-04-201-0/+1
|
* better rationale for not messing with the meta-instance api right nowdoy2009-04-201-2/+3
|
* need to check that the constructor class's metaclass has does_role available ↵doy2009-04-201-2/+4
| | | | (it'll be a cmop class if no roles were applied)
* fix _immutable_options wrapperdoy2009-04-201-6/+8
|
* don't use ->metadoy2009-04-201-2/+2
|
* support using the metaclass trait without using the constructor traitdoy2009-04-201-0/+5
|
* convert the metaclass trait to use the new immutable apidoy2009-04-201-3/+2
|
* use has_nonmoose_constructor as the metaclass attr namedoy2009-04-201-3/+3
|
* add the moose faq entry on this topic to the see also sectiondoy2009-04-201-0/+2
|
* add synopsisdoy2009-04-201-0/+24
|
* reorder some doc sectionsdoy2009-04-201-5/+5
|
* doc cleanupsdoy2009-04-201-8/+8
|
* flesh out the ending docsdoy2009-04-201-4/+33
|
* start stubbing out docsdoy2009-04-201-0/+67
|
* rewrite the _make_immutable_transformer wrapper to be more sanedoy2009-04-201-2/+15
|
* don't inline a constructor if inline_constructor => 0 is passed to ↵doy2009-04-201-3/+5
| | | | make_immutable
* todo commentdoy2009-04-171-0/+1
|
* move the actual logic into the metaclass, rather than the sugar layer - ↵doy2009-04-162-54/+54
| | | | should work fine just using Moose's extends now
* whitespacedoy2009-04-151-0/+1
|
* gahh, meta stuff makes my head hurtdoy2009-04-151-2/+2
|
* better test for can_be_inlineddoy2009-04-141-2/+3
|
* reorder the non-immutable constructor a bit to line up better with the ↵doy2009-04-141-6/+5
| | | | inlined version
* comment fixdoy2009-04-141-1/+1
|
* commentdoy2009-04-141-0/+1
|
* stop using Moose::extendsdoy2009-04-141-6/+5
|
* commentdoy2009-04-141-0/+3
|
* look up the proper constructor namedoy2009-04-131-2/+3
|
* more intelligent inlining (i hope?)doy2009-04-131-62/+2
|
* add commentdoy2009-04-131-0/+3
|
* fix up some commentsdoy2009-04-131-2/+1
|
* oh god what am i doingdoy2009-04-133-0/+104
|
* stop unconditionally preventing the constructor from being inlineddoy2009-04-122-13/+0
|
* no, moose doesn't automatically inline constructors, i was just getting my ↵doy2009-04-111-0/+3
| | | | own constructor back
* extends shouldn't do anything special to the constructor if it would ↵doy2009-04-111-0/+3
| | | | otherwise just be calling a moose constructor
* commentsdoy2009-04-111-1/+4
|
* don't call ->meta directlydoy2009-04-111-1/+1
|
* simplifydoy2009-04-111-2/+1
|
* whitespacedoy2009-04-111-1/+1
|
* oops, the failure was because it should actually be constructor_class_rolesdoy2009-04-111-3/+3
|
* 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-101-2/+2
|
* todo commentdoy2009-04-101-0/+3
|
* 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