Abstracts
[gitmo/MooseX-Role-Parameterized.git] / lib / MooseX / Role / Parameterized.pm
2008-12-02 Shawn M Moore Abstracts
2008-12-02 Shawn M Moore Minor fixes
2008-12-02 Shawn M Moore More docs
2008-11-26 Shawn M Moore Make sure we export blessed and confess
2008-11-26 Shawn M Moore super/override
2008-11-26 Shawn M Moore before, after, around
2008-11-25 Shawn M Moore Begin writing excludes.. seeing some weird errors,...
2008-11-25 Shawn M Moore Implement "requires" for parameterized roles
2008-11-25 Shawn M Moore with()ing ordinary roles
2008-11-25 Shawn M Moore Implement a few more keywords; these are easy, they...
2008-11-09 Shawn M Moore Use method_metaclass; the other hardcoded classnames...
2008-11-09 Shawn M Moore use CMOPC->initialize instead of ->meta
2008-11-09 Shawn M Moore "method" keyword
2008-11-09 Shawn M Moore Finish the move
2008-11-09 Shawn M Moore Begin working on the rest of the sugar
2008-11-09 Shawn M Moore Let the parameter keyword take an arrayref of names
2008-11-09 Shawn M Moore First stab at generate_role; metas within metas..
2008-11-09 Shawn M Moore role sugar, which sets role_generator
2008-11-09 Shawn M Moore parameter keyword
2008-11-09 Shawn M Moore Set up the metaclass of parameterized roles