Begin writing excludes.. seeing some weird errors, but.. heading to bed
[gitmo/MooseX-Role-Parameterized.git] / lib /
2008-11-25 Shawn M Moore Begin writing excludes.. seeing some weird errors,...
2008-11-25 Shawn M Moore Sketch out a tutorial :)
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-25 Shawn M Moore Remove kludges previously required because we didn...
2008-11-25 Shawn M Moore Use Moose's new create_anon_role API
2008-11-09 Shawn M Moore Use method_metaclass; the other hardcoded classnames...
2008-11-09 Shawn M Moore Shouldn't this be enough? :)
2008-11-09 Shawn M Moore new_object instead of construct_instance
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 Begin supporting methods by defining get_method_map...
2008-11-09 Shawn M Moore no Moose
2008-11-09 Shawn M Moore Add a new role metaclass for roles that have been param...
2008-11-09 Shawn M Moore Finish the move
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...