update repo to point to github
[gitmo/Moo.git] / lib / Moo / Role.pm
2013-09-22 Graham Knop some pod cleanups
2013-09-10 Matt S Trout bump version
2013-09-05 Graham Knop use _composite_name from new Role::Tiny to generate...
2013-08-29 Graham Knop use util routine to get stash
2013-07-18 Graham Knop add version number to all public modules
2013-07-18 Graham Knop better diagnostics when bad parameters given to has
2013-07-15 Graham Knop prevent importing Moo into a Role::Tiny
2013-07-15 Graham Knop mark inhaled Moose roles with is_role
2013-07-15 Graham Knop Stop using Role::Tiny's backcompat hack
2013-07-11 Graham Knop more consistent method arguments and extra protection...
2013-07-11 Graham Knop check if it is a role after inhaling from Moose
2013-07-11 Graham Knop cache role eager defaults application code
2013-07-11 Graham Knop apply default values when applying role to object
2013-07-10 Graham Knop remove mechanism for specifying superclass in _construc...
2013-07-10 Alessandro Ghedini Fix spelling errors
2013-06-12 Graham Knop when inhaling Moose roles, only include original option...
2013-05-19 Graham Knop Explicitly use Role::Tiny in Moo::Role
2013-05-13 Graham Knop properly die when composing a non-Role module
2013-03-16 Torsten Raudssus added more meta resources and added more support releva...
2013-02-06 Matt S Trout fixup exporting to be sane and consistent
2013-02-05 Matt S Trout change Mouse handling to avoid dying on old versions
2012-12-15 Toby Inkster die if somebody imports both Moo::Role and Moo into...
2012-11-09 Dagfinn Ilmari Man... Don't use $_ as loop variable when calling arbitrary...
2012-10-03 Matt S Trout has [ ... ] patch from tobyink
2012-07-21 Karen Etheridge minor doc cleanup
2012-07-17 Matt S Trout add Mouse support for isa/coerce
2012-07-17 Matt S Trout convert isa and coerce info from external role attributes
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