No need to call Moose->init_meta in here
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute /
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...