We don't need the metametaclass, we just want to operate on the metaclass
[gitmo/MooseX-Role-Parameterized.git] / lib / MooseX / Role / Parameterized / Meta / Role.pm
2008-11-09 Shawn M Moore We don't need the metametaclass, we just want to operat...
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 We want a parameter_metaclass attribute; each role...
2008-11-09 Shawn M Moore Set up the metaclass of parameterized roles