summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose/Meta/Role/Class.pm
Commit message (Collapse)AuthorAgeFilesLines
* add commentJesse Luehrs2009-06-251-0/+2
|
* don't add custom constructor method if one already existsJesse Luehrs2009-06-251-0/+2
|
* start trying to add the FOREIGNBUILDARGS stuffJesse Luehrs2009-05-041-1/+4
|
* 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
| | | | (it'll be a cmop class if no roles were applied)
* 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 ↵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-161-0/+53
| | | | should work fine just using Moose's extends now
* 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