Ignore MYMETA.yml
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Role / Meta /
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-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:...