summaryrefslogtreecommitdiffstats
path: root/lib
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
* typofschlich2013-10-031-1/+1
* need to load Moose::UtilKaren Etheridge2013-09-071-0/+1
* stop using old Class::MOP functionsJesse Luehrs2013-09-044-11/+13
* drop pre-2.00 supportJesse Luehrs2013-09-041-55/+1
* packagingJesse Luehrs2013-09-042-10/+9
* Merge pull request #3 from brianphillips/masterJesse Luehrs2013-08-051-0/+5
|\
| * Add caveat about modifying @ISA after calling extendsBrian Phillips2011-03-031-0/+5
* | fix metaclass reinitializationJesse Luehrs2011-05-091-0/+19
* | docs0.21Jesse Luehrs2011-04-291-0/+9
* | allow this to work with arbitrarily named constructorsJesse Luehrs2011-04-292-19/+55
* | this was moved to the manual (ether++)Jesse Luehrs2011-04-131-1/+1
* | 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
* fix pod-weaver stuff0.18Jesse Luehrs2011-02-091-1/+33
* moose 2.0 compatibilityJesse Luehrs2011-02-092-15/+70
* Don't assume that CMOP::class_of will return an objectDave Rolsky2010-09-272-2/+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
* also avoid warnings in ::InsideOut0.13Jesse Luehrs2010-07-181-4/+6
* Use new MetaRole API0.12Dave Rolsky2010-07-181-3/+5
* 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
* fix pod coverage testJesse Luehrs2010-06-152-0/+14
* 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-154-97/+9
* 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-202-1/+32
* 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 new moose-exporter init_meta stuffJesse Luehrs2009-09-272-23/+17
* use a less broken test for a superclass inlined constructorJesse Luehrs2009-09-271-2/+3
* don't need to call init_meta hereJesse Luehrs2009-07-261-1/+2
* use the metainstance api rather than writing inlining myselfJesse Luehrs2009-06-251-5/+2
* add commentJesse Luehrs2009-06-251-0/+2
* don't add custom constructor method if one already existsJesse Luehrs2009-06-251-0/+2
* only call FOREIGNBUILDARGS if it's defined in the class (not superclasses)Jesse Luehrs2009-06-221-1/+1
* add a helper package for inside-out objectsJesse Luehrs2009-05-121-0/+70
* update the docs about mx-insideout and mx-globrefJesse Luehrs2009-05-121-3/+7
* clean up the FOREIGNBUILDARGS documentationJesse Luehrs2009-05-061-13/+6
* remove the FOREIGNBUILDARGS part under CAVEATSJesse Luehrs2009-05-061-5/+0
* provide doc for FOREIGNBUILDARGSJason May2009-05-061-4/+14
* start trying to add the FOREIGNBUILDARGS stuffJesse Luehrs2009-05-042-3/+10
* more accurate description of moose's instance choiceJesse Luehrs2009-04-291-1/+1
* okay, i guess i don't have to be that harshdoy2009-04-241-1/+1