with "MooseRole";
[gitmo/Moo.git] / lib / Moo / Role.pm
2012-04-06 Matt S Trout with "MooseRole";
2012-04-02 Matt S Trout role application works for a simple case
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
2011-10-03 Matt S Trout cleanup require usage so we don't trample on $@ and...
2011-02-25 Matt S Trout add copyright statements
2011-01-12 Matt S Trout Switch package name for class+role composed class to...
2011-01-08 Matt S Trout rewrite nonMoo detection
2010-11-16 Matt S Trout clean up and add NAME sections
2010-11-16 Matt S Trout make role application interface consistent
2010-11-16 Arthur Axel 'fREW... Documentation for Moo::Role
2010-11-16 Matt S Trout guard against double import
2010-11-13 Matt S Trout don't try and apply modifiers during role composition
2010-11-10 Matt S Trout Moo/Role was new, not an mv, so got missed