more refactoring to prep for class attrs in roles
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Role / Meta / Class.pm
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 run code through perltidy
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-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:...