summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/ABC/Trait/Class.pm
Commit message (Expand)AuthorAgeFilesLines
* update dzil stuff0.05Jesse Luehrs2010-07-191-45/+1
* allow creating abstract subclassesJesse Luehrs2009-12-201-2/+10
* 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
* 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-291-15/+3
* 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
* 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