Use SurgicalPodWeaver
[gitmo/MooseX-ClassAttribute.git] / lib /
2011-06-05 Dave Rolsky Add definition context to class attributes
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 Require Moose 1.23 v0.23
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-27 Dave Rolsky bump version
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 Remove explicit $VERSION
2010-07-14 Dave Rolsky dzilize this distro
2010-07-14 Dave Rolsky Modernize metarole usage
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 require Moose 0.98
2010-02-10 Dave Rolsky We no longer need special logic for applying roles...
2010-02-09 Dave Rolsky require Moose 0.97
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 Mentio namespace::autoclean
2010-02-09 Dave Rolsky Use namespace::autoclean and tidy code
2010-02-09 Dave Rolsky Add docs on class attribute in roles, and other doc...
2010-02-09 Dave Rolsky require next Moose
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 No need to call Moose->init_meta in here
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-09-07 Dave Rolsky Use with_meta rather than with_caller
2009-08-26 Dave Rolsky Fix triggers to pass old value along with new. 0.10
2009-07-09 Dave Rolsky Bump version
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-07 Dave Rolsky require latest Moose 0.08
2009-04-07 Dave Rolsky Bump version
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...
2009-02-28 Dave Rolsky Fix indentation
2008-11-10 Dave Rolsky use modules in the place where they're really used
2008-11-10 Dave Rolsky bump version and update Changes 0.07
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-06 Dave Rolsky Add missing prereq on MX::AH. 0.06
2008-09-05 Dave Rolsky pod for everything
2008-09-05 Dave Rolsky Update docs for the new way.
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:...
2008-07-15 Shawn M Moore Factor out a concatenation in grabbing the instance.
2008-06-24 Shawn M Moore The method is called container_class, not containing_class
2008-01-21 Dave Rolsky Prep for 0.04 release 0.04
2008-01-21 Dave Rolsky Use add_attribute rather than _process_attribute to...
2007-12-11 Dave Rolsky Fix braino
2007-12-08 Dave Rolsky Simplify code a smidge
2007-12-08 Dave Rolsky Updates for 0.03.
2007-12-06 Dave Rolsky Use Moose::_get_caller (unseemly, but maybe more flexible).
2007-12-06 Dave Rolsky It's good form to use all classes which we refer to...
2007-12-06 Dave Rolsky Tweaks based on Stevan's changes to make greater use...
2007-11-25 Dave Rolsky inherit from Exporter for Perl 5.6.x
2007-11-24 Dave Rolsky A bit more docs.
2007-11-24 Dave Rolsky A working version, with docs and all tests passing.
2007-11-24 Dave Rolsky Throw an error if the constructor receives a class...
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...
2007-09-19 Dave Rolsky Initial import of stub code