summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/ABC
Commit message (Expand)AuthorAgeFilesLines
* update dzil stuff0.05Jesse Luehrs2010-07-192-90/+2
* allow creating abstract subclassesJesse Luehrs2009-12-202-3/+11
* replace mx-ah with the new native trait stuffJesse Luehrs2009-09-041-5/+4
* fix a warningJesse Luehrs2009-07-101-0/+5
* doc the metaclass traitJesse Luehrs2009-07-031-0/+52
* doc the base object roleJesse Luehrs2009-07-031-0/+53
* fix the check for the constructor being intactJesse Luehrs2009-05-291-1/+4
* use better logic in the constructor rather than replacing it manuallyJesse Luehrs2009-05-292-20/+10
* wrap _immutable_options to silence some warningsJesse Luehrs2009-05-281-0/+14
* if a class satisfies all its requirements, restore the constructorJesse Luehrs2009-05-281-1/+14
* use throw_error rather than dieJesse Luehrs2009-05-281-1/+3
* apply a base class role to prevent abstract class instantiationJesse Luehrs2009-05-281-0/+12
* sigh, ->meta->meta->does_role, not ->meta->does_roleJesse Luehrs2009-05-281-1/+2
* don't check for required methods in our own classJesse Luehrs2009-05-281-1/+3
* required_methods needs auto_derefJesse Luehrs2009-05-281-5/+6
* initial commitJesse Luehrs2009-05-281-0/+31