Link to my prole blog post
[gitmo/MooseX-Role-Parameterized.git] / lib / MooseX / Role / Parameterized.pm
2009-05-12 Shawn M Moore Link to my prole blog post master
2009-05-10 Shawn M Moore Add NetHack::Item::Role::IncorporatesStats example
2009-05-10 Shawn M Moore Be gentle
2009-05-10 Shawn M Moore Factor out duplication in method modifiers
2009-05-10 Shawn M Moore Use class_of
2009-05-10 Shawn M Moore Answer "why an object"
2009-05-10 Shawn M Moore various doc improvements
2009-04-24 Shawn M Moore Fix the name of dieter's p-role user
2009-04-10 Florian Ragwitz Remove the ...
2009-04-04 Shawn M Moore All sorts of examples!
2009-01-18 Shawn M Moore Document this new default
2008-12-08 Shawn M Moore Using "parameter" inside the role block is an error
2008-12-08 Shawn M Moore Point to MooseX::Role::Matcher, it's a parameterized...
2008-12-07 Shawn M Moore Begin cleaning up the primary code
2008-12-07 Shawn M Moore Doc tweaks to reflect that keywords can be used outside...
2008-12-07 Shawn M Moore Make sure we can use all of the keywords outside of...
2008-12-02 Shawn M Moore POD fix
2008-12-02 Shawn M Moore Dist tweaks; this commit is 0.01
2008-12-02 Shawn M Moore Doc tweak
2008-12-02 Shawn M Moore More caveat tweaks
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