Fix error message
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Trait /
2011-02-14 Dave Rolsky Fix error message
2011-02-14 Dave Rolsky More code tweaking for clarity
2011-02-13 Dave Rolsky style and naming tweaks
2011-02-13 Dave Rolsky Small formatting tweak
2011-02-13 Dave Rolsky Tidy code
2011-02-13 Andrew Rodland Add composition_class_roles
2011-02-13 Andrew Rodland Add CompositeRole
2011-02-13 Dave Rolsky Make sure roles are applied to right metaclass
2010-10-06 Dave Rolsky Remove references to Meta::Method::Accessor
2010-09-26 Dave Rolsky Changes for next release of Moose
2010-07-15 Dave Rolsky really fix MetaRole API use
2010-07-14 Dave Rolsky dzilize this distro
2010-02-11 Dave Rolsky bump version to 0.13 0.13
2010-02-10 Dave Rolsky bump version to 0.12 0.12
2010-02-10 Dave Rolsky We no longer need special logic for applying roles...
2010-02-09 Dave Rolsky bump copyright to 2010
2010-02-09 Dave Rolsky bump version to 0.11
2010-02-09 Dave Rolsky add a version number to every file
2010-02-09 Dave Rolsky privatize apply_class_attributes and update pod coverag...
2010-02-09 Dave Rolsky Use private _class_attribute_map method
2010-02-09 Dave Rolsky update pod for all modules
2010-02-09 Dave Rolsky Doc fixlet, include $meta-> on all method titles
2010-02-09 Dave Rolsky Rename all MX::CA::Role::Meta packages to MX::CA::Trait...