Begin moving Meta::Role to Meta::Role::Parameterizable
[gitmo/MooseX-Role-Parameterized.git] / lib /
2008-11-09 Shawn M Moore Begin moving Meta::Role to Meta::Role::Parameterizable
2008-11-09 Shawn M Moore We don't need the metametaclass, we just want to operat...
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 Actually, don't even pass $self until I can think of...
2008-11-09 Shawn M Moore cleanup of role generation
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 Make parameter_metaclass rw, if a user wants to shoot...
2008-11-09 Shawn M Moore API for constructing a parameter object
2008-11-09 Shawn M Moore parameter keyword
2008-11-09 Shawn M Moore We want a parameter_metaclass attribute; each role...
2008-11-09 Shawn M Moore Set up the metaclass of parameterized roles
2008-11-09 Shawn M Moore Add an empty Parameters class and a basic test for...