summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix immutable options for destructor methodsJesse Luehrs2009-09-271-7/+39
* start adding support for non-moose DESTROY methodsJesse Luehrs2009-09-271-15/+81
* use new moose-exporter init_meta stuffJesse Luehrs2009-09-272-23/+17
* use a less broken test for a superclass inlined constructorJesse Luehrs2009-09-271-2/+3
* don't need to call init_meta hereJesse Luehrs2009-07-261-1/+2
* use the metainstance api rather than writing inlining myselfJesse Luehrs2009-06-251-5/+2
* add commentJesse Luehrs2009-06-251-0/+2
* don't add custom constructor method if one already existsJesse Luehrs2009-06-251-0/+2
* only call FOREIGNBUILDARGS if it's defined in the class (not superclasses)Jesse Luehrs2009-06-221-1/+1
* add a helper package for inside-out objectsJesse Luehrs2009-05-121-0/+70
* update the docs about mx-insideout and mx-globrefJesse Luehrs2009-05-121-3/+7
* clean up the FOREIGNBUILDARGS documentationJesse Luehrs2009-05-061-13/+6
* remove the FOREIGNBUILDARGS part under CAVEATSJesse Luehrs2009-05-061-5/+0
* provide doc for FOREIGNBUILDARGSJason May2009-05-061-4/+14
* start trying to add the FOREIGNBUILDARGS stuffJesse Luehrs2009-05-042-3/+10
* more accurate description of moose's instance choiceJesse Luehrs2009-04-291-1/+1
* okay, i guess i don't have to be that harshdoy2009-04-241-1/+1
* 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
* 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 make_immut...doy2009-04-201-3/+5
* todo commentdoy2009-04-171-0/+1
* move the actual logic into the metaclass, rather than the sugar layer - shoul...doy2009-04-162-54/+54
* 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 inline...doy2009-04-141-6/+5
* 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