summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* warn people offJesse Luehrs2012-04-251-0/+2
|
* fix for moose 2.06Jesse Luehrs2012-04-251-9/+17
|
* cleanupsJesse Luehrs2012-04-251-1/+2
|
* update dzil stuff0.05Jesse Luehrs2010-07-193-144/+9
|
* fix deprecation warning in newer mooseJesse Luehrs2010-07-181-1/+3
|
* update docs a bitJesse Luehrs2009-12-201-8/+8
|
* allow creating abstract subclassesJesse Luehrs2009-12-203-4/+14
|
* use new exporter featuresJesse Luehrs2009-12-121-17/+8
|
* replace mx-ah with the new native trait stuffJesse Luehrs2009-09-041-5/+4
|
* push accepts a list on its ownJesse Luehrs2009-08-301-1/+1
|
* don't need to call init_metaJesse Luehrs2009-07-261-1/+2
|
* fix a warningJesse Luehrs2009-07-101-0/+5
|
* doc the metaclass traitJesse Luehrs2009-07-031-0/+52
|
* formattingJesse Luehrs2009-07-031-2/+8
|
* doc the base object roleJesse Luehrs2009-07-031-0/+53
|
* add a bit more to the synopsisJesse Luehrs2009-07-021-0/+4
|
* add description and document the requires functionJesse Luehrs2009-07-021-0/+11
|
* add todoJesse Luehrs2009-07-021-0/+5
|
* add name and synopsisJesse Luehrs2009-07-021-0/+17
|
* add doc boilerplateJesse Luehrs2009-07-021-24/+61
|
* 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-282-0/+16
|
* 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-282-0/+85