summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose/Meta/Role/Class.pm
Commit message (Expand)AuthorAgeFilesLines
* Added "use Try::Tiny" to fix Try::Tiny not being included as dependencyGareth Harper2014-02-071-0/+1
* fix module::runtime usageJesse Luehrs2014-02-061-1/+6
* stop using old Class::MOP functionsJesse Luehrs2013-09-041-6/+8
* fix metaclass reinitializationJesse Luehrs2011-05-091-0/+19
* allow this to work with arbitrarily named constructorsJesse Luehrs2011-04-291-7/+55
* Avoid warnings if no constructor inlining has been requestedFlorian Ragwitz2011-03-181-4/+4
* warn instead of die if the superclass has a DESTROY but no newJesse Luehrs2011-03-021-2/+13
* moose 2.0 compatibilityJesse Luehrs2011-02-091-0/+66
* bah, actually test for the right thing0.11Jesse Luehrs2010-06-301-1/+1
* don't break if someone specifies a version to extendsJesse Luehrs2010-06-301-1/+1
* convert to new dzil stuffJesse Luehrs2010-06-151-17/+1
* handle broken constructors that don't like to be subclassed (jhallock)Jesse Luehrs2010-05-201-0/+16
* new_object calls BUILD in latest mooseJesse Luehrs2010-04-171-3/+1
* actually, let's hold off on inlined destructorsJesse Luehrs2009-09-271-20/+1
* 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 a less broken test for a superclass inlined constructorJesse Luehrs2009-09-271-2/+3
* 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
* 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