2008-12-08 |
Shawn M Moore |
Point to MooseX::Role::Matcher, it's a parameterized... |
tree | commitdiff |
2008-12-07 |
Shawn M Moore |
Oops, this is applying the parameteriz*able* role,... |
tree | commitdiff |
2008-12-07 |
Shawn M Moore |
Begin cleaning up the primary code |
tree | commitdiff |
2008-12-07 |
Shawn M Moore |
Doc tweaks to reflect that keywords can be used outside... |
tree | commitdiff |
2008-12-07 |
Shawn M Moore |
Make sure we can use all of the keywords outside of... |
tree | commitdiff |
2008-12-07 |
Shawn M Moore |
Apply the parameterizable role to the parameterized... |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
POD fix |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
Dist tweaks; this commit is 0.01 |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
Doc tweak |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
Basic doc for each module |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
More caveat tweaks |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
Abstracts |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
Remove #!/usr/bin/env perl |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
Minor fixes |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
For now, forbid "alias" and "excludes" as keywords |
tree | commitdiff |
2008-12-02 |
Shawn M Moore |
More docs |
tree | commitdiff |
2008-11-26 |
Shawn M Moore |
Allow passing in an already constructed parameter object |
tree | commitdiff |
2008-11-26 |
Shawn M Moore |
Begin working out the tutorial |
tree | commitdiff |
2008-11-26 |
Shawn M Moore |
Make sure we export blessed and confess |
tree | commitdiff |
2008-11-26 |
Shawn M Moore |
super/override |
tree | commitdiff |
2008-11-26 |
Shawn M Moore |
before, after, around |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Begin writing excludes.. seeing some weird errors,... |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Sketch out a tutorial :) |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Implement "requires" for parameterized roles |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
with()ing ordinary roles |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Implement a few more keywords; these are easy, they... |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Remove kludges previously required because we didn... |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Use Moose's new create_anon_role API |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Use method_metaclass; the other hardcoded classnames... |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Shouldn't this be enough? :) |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
new_object instead of construct_instance |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
use CMOPC->initialize instead of ->meta |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
"method" keyword |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Begin supporting methods by defining get_method_map... |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
no Moose |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Add a new role metaclass for roles that have been param... |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Finish the move |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Begin moving Meta::Role to Meta::Role::Parameterizable |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
We don't need the metametaclass, we just want to operat... |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Begin working on the rest of the sugar |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Let the parameter keyword take an arrayref of names |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Actually, don't even pass $self until I can think of... |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
cleanup of role generation |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
First stab at generate_role; metas within metas.. |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
role sugar, which sets role_generator |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Make parameter_metaclass rw, if a user wants to shoot... |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
API for constructing a parameter object |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
parameter keyword |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
We want a parameter_metaclass attribute; each role... |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Set up the metaclass of parameterized roles |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Add an empty Parameters class and a basic test for... |
tree | commitdiff |
|