Moo using Moose Roles incompatibility
[gitmo/Moo.git] / lib / Moo / Role.pm
2012-06-26 Matt S Trout no Moo and no Moo::Role
2012-05-07 Matt S Trout inhale Mouse
2012-05-07 Matt S Trout guard _accessor_maker_for calls in Moo::Role in case...
2012-05-07 Matt S Trout reset handlemoose state on mutation
2012-05-06 Matt S Trout fix coderef naming to avoid confusing autoclean
2012-05-05 Matt S Trout exclude union roles and same-role-as-self from metaclas...
2012-05-05 Matt S Trout inhale Moose roles in apply_roles_to_package too
2012-05-04 Matt S Trout fix roles for accessor regeneration
2012-05-04 Matt S Trout load Moo::sification in Moo::Role too
2012-05-03 Matt S Trout use slow path for role create_class_with_roles under...
2012-05-03 Matt S Trout first cut at extension tests
2012-05-03 Matt S Trout regenerate accessors during role application if the...
2012-05-03 Matt S Trout preserve attribute ordering
2012-04-24 Peter Rabbitson initial spike towards sub naming to collaborate with...
2012-04-11 Matt S Trout adjust for latest Role::Tiny
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