summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose/Meta/Role/Class.pm
Commit message (Expand)AuthorAgeFilesLines
* a few more todo commentsdoy2009-04-201-0/+4
* docs for MooseX::NonMoose::Meta::Role::Classdoy2009-04-201-0/+48
* 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
* 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
* oh god what am i doingdoy2009-04-131-0/+20
* stop unconditionally preventing the constructor from being inlineddoy2009-04-121-12/+0
* default to inline_constructor => 0 on make_immutabledoy2009-04-081-0/+12