summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose
Commit message (Expand)AuthorAgeFilesLines
* start trying to add the FOREIGNBUILDARGS stuffJesse Luehrs2009-05-042-3/+10
* 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
* 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
* 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-161-0/+53
* gahh, meta stuff makes my head hurtdoy2009-04-151-2/+2
* better test for can_be_inlineddoy2009-04-141-2/+3
* 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
* fix up some commentsdoy2009-04-131-2/+1
* oh god what am i doingdoy2009-04-132-0/+102
* stop unconditionally preventing the constructor from being inlineddoy2009-04-121-12/+0
* start trying to use a constructor metaclass role to do things more intelligentlydoy2009-04-101-0/+6
* default to inline_constructor => 0 on make_immutabledoy2009-04-081-0/+12