summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose/Meta/Role/Constructor.pm
Commit message (Expand)AuthorAgeFilesLines
* stop using old Class::MOP functionsJesse Luehrs2013-09-041-3/+3
* drop pre-2.00 supportJesse Luehrs2013-09-041-55/+1
* packagingJesse Luehrs2013-09-041-1/+1
* moose 2.0 compatibilityJesse Luehrs2011-02-091-15/+4
* do not call ->_meta_instance in ConstructorDave Rolsky2010-09-261-1/+1
* fix edge case with inlined fallback constructorsJesse Luehrs2010-08-201-1/+12
* check superclasses for FOREIGNBUILDARGS in inlined constructorsJesse Luehrs2010-06-151-2/+2
* find the nearest non-moose constructor, not just any constructorJesse Luehrs2010-06-151-2/+15
* fallback constructor still needs to set __INSTANCE__ properlyJesse Luehrs2010-06-151-0/+13
* convert to new dzil stuffJesse Luehrs2010-06-151-17/+1
* fix inlined nonmoose constructors which call other methods (woosley)Jesse Luehrs2010-06-151-1/+1
* handle broken constructors that don't like to be subclassed (jhallock)Jesse Luehrs2010-05-201-1/+16
* use the metainstance api rather than writing inlining myselfJesse Luehrs2009-06-251-5/+2
* only call FOREIGNBUILDARGS if it's defined in the class (not superclasses)Jesse Luehrs2009-06-221-1/+1
* start trying to add the FOREIGNBUILDARGS stuffJesse Luehrs2009-05-041-2/+6
* docs for MooseX::NonMoose::Meta::Role::Constructordoy2009-04-201-0/+46
* better rationale for not messing with the meta-instance api right nowdoy2009-04-201-2/+3
* don't use ->metadoy2009-04-201-2/+2
* 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-131-0/+82
* start trying to use a constructor metaclass role to do things more intelligentlydoy2009-04-101-0/+6