the repository now lives at https://github.com/moose/MooseX-ClassAttributes
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute.pm
2013-03-28 Dave Rolsky Can't specify prereq version with require
2013-03-28 Dave Rolsky Make prereq requirements explicit in code
2013-03-28 Dave Rolsky Require Moose 2.00
2013-03-28 Dave Rolsky Fix for breakage with Moose 2.08
2011-06-05 Dave Rolsky Add definition context to class attributes
2011-02-14 Dave Rolsky Require Moose 1.23 v0.23
2010-10-06 Dave Rolsky Remove references to Meta::Method::Accessor
2010-09-27 Dave Rolsky bump version
2010-09-26 Dave Rolsky Changes for next release of Moose
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 Mentio namespace::autoclean
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 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 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-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-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-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 The start of a working implementation. Several things...
2007-09-19 Dave Rolsky Initial import of stub code