fix attr ->default method to work like it does for regular attributes. only call...
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute /
2011-06-06 Dave Rolsky fix attr ->default method to work like it does for...
2011-02-22 Dave Rolsky make slot manipulation methods private
2011-02-22 Dave Rolsky Simplify attach & detach code
2011-02-22 Dave Rolsky First pass at Moose 2.0 compatibility
2011-02-22 Dave Rolsky Remove unneeded quotes
2011-02-14 Dave Rolsky More code tweak
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 Remove Accessor method metaclass
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 Add __END__ before pod
2010-02-09 Dave Rolsky Use namespace::autoclean and tidy code
2010-02-09 Dave Rolsky Rename all MX::CA::Role::Meta packages to MX::CA::Trait...
2010-02-09 Dave Rolsky make class attributes work in roles
2010-01-20 Dave Rolsky more refactoring to prep for class attrs in roles
2010-01-20 Dave Rolsky refactor code to allow for class attributes in roles
2010-01-20 Dave Rolsky Moved some code to a shared mixin role so we can apply...
2010-01-20 Dave Rolsky Clarify comment
2010-01-20 Dave Rolsky run code through perltidy
2009-08-26 Dave Rolsky Fix triggers to pass old value along with new. 0.10
2009-07-09 Dave Rolsky make non-lazy builder work
2009-05-22 Dave Rolsky use CMOP::class_of instead of CMOP::Class->initialize
2009-04-05 Dave Rolsky Changes to work with (and require) Moose 0.73_01
2009-03-13 Dave Rolsky pass bare names and quote them closer to the code gener...
2008-11-10 Dave Rolsky use modules in the place where they're really used
2008-11-10 Dave Rolsky No need to actually get the instance, since we ignore...
2008-11-10 Shawn M Moore Fix the API for set_value; even though we don't need...
2008-09-05 Dave Rolsky pod for everything
2008-09-05 Dave Rolsky Everything works, with my uber hack of making the attri...
2008-09-02 Dave Rolsky Mostly working implementation, but mixing with MX:...
2007-11-24 Dave Rolsky A working version, with docs and all tests passing.
2007-09-20 Dave Rolsky Remove the now no-longer-necessary non-inline method...
2007-09-20 Dave Rolsky The start of a working implementation. Several things...