update repo to point to github
[gitmo/Moo.git] / lib / Moo /
2013-09-22 Graham Knop some pod cleanups
2013-09-22 Graham Knop whitespace/style 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-08-27 Graham Knop ensure DemolishAll is loaded before global destruction...
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-13 Karen Etheridge HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see...
2013-06-13 Karen Etheridge introduction of conflicts checking for Moo
2013-06-12 Graham Knop fix inflating method modifiers applied to multiple...
2013-06-12 Graham Knop hard code traits as valid for attribute inflation
2013-06-12 Matt S Trout fuck you, Moose::Meta::Role::Attribute. in the ear...
2013-06-12 Matt S Trout restore init_arg => undef checking
2013-06-12 Matt S Trout switch to a more functional style for the attribute...
2013-06-12 Graham Knop also include attributes from attribute traits on inflate
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-05-04 Dagfinn Ilmari Man... Silence warning in pre-5.8.3 weaken test
2013-05-04 Dagfinn Ilmari Man... Fix warnings about unknown attribute parameters on...
2013-05-04 Toby Inkster die with a helpful error message if $TYPE_MAP{$isa...
2013-05-04 Kent Fredric lib/Moo/HandleMoose.pm: Fix for rt#84615
2013-05-04 Matt Phillips Adds moosify isa spec
2013-04-30 Graham Knop kill each
2013-03-16 Graham Knop move moose method registration after attribute registration
2013-03-16 Torsten Raudssus added more meta resources and added more support releva...
2013-03-16 Graham Knop apply coercion to subtype of inflated moose type when...
2013-02-09 Dagfinn Ilmari Man... Create class and role type constraints for Moose
2013-02-06 Matt S Trout fixup exporting to be sane and consistent
2013-02-06 Matt S Trout preserve global non-subs during unimport
2013-02-05 Matt S Trout change Mouse handling to avoid dying on old versions
2012-12-15 Toby Inkster get ilmari's test to pass
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-08-04 Matt S Trout D::GD 08 uses S'Ex::Progressive so we can uninline...
2012-07-26 Matt S Trout require D::GD 0.07 to avoid prototype mismatch errors
2012-07-21 Karen Etheridge minor doc cleanup
2012-07-20 Matt S Trout ensure constructor gets regenerated if forced early...
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-07-17 Matt S Trout clear method cache after metaclass generation to fix...
2012-06-26 Matt S Trout no Moo and no Moo::Role
2012-06-26 Matt S Trout actually commit FakeMetaClass.pm
2012-06-26 Matt S Trout MooClass->meta
2012-06-20 Matt S Trout squelch redefine warnings in the coderef installation...
2012-05-24 Matt S Trout optional D::GD usage
2012-05-14 Matt S Trout inline Devel::GlobalDestruction pure perl code temporarily
2012-05-07 Matt S Trout inhale Mouse
2012-05-07 Matt S Trout support isa and coerce together for Moose
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 add comment to _name_coderef
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 exclude self from add_role
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-05-02 Matt S Trout eliminate index attribute spec key
2012-04-26 Matt S Trout Devel::GlobalDestruction
2012-04-24 Peter Rabbitson initial spike towards sub naming to collaborate with...
2012-04-22 Matt S Trout undefer subs before metaclass inflation
2012-04-20 Matt S Trout fix silly bug in _load_module
2012-04-17 Matt S Trout cleanup
2012-04-17 Matt S Trout handle Moo coercions
2012-04-16 Matt S Trout play jenga
2012-04-12 Matt S Trout don't accidentally load Moo::HandleMoose during global...
2012-04-11 Matt S Trout split authority hackery out into Moo::sification
2012-04-11 Matt S Trout adjust for latest Role::Tiny
2012-04-07 Matt S Trout elide asserter since it's only used internally by handles
2012-04-06 Matt S Trout complete attributeshortcuts support
2012-04-06 Matt S Trout with "MooseRole";
2012-04-05 Matt S Trout remember to register roles with newly created metaclass
2012-04-04 Matt S Trout switch to subref style for type mapping
2012-04-04 Matt S Trout inflation of isa constraints
2012-04-04 Matt S Trout method modifiers for roles
2012-04-04 Matt S Trout add required methods for roles
2012-04-02 Matt S Trout role application works for a simple case
2012-04-02 Matt S Trout the beginnings of Moose handling
2012-03-16 Peter Rabbitson Fix spurious 'once' warnings
2012-03-16 Matt S Trout Module::Runtime-ify
2012-02-11 Matt S Trout additional local $\@ removals
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
2011-10-03 Matt S Trout move to early generation of DESTROY/DEMOLISHALL where...
2011-10-03 Matt S Trout cleanup require usage so we don't trample on $@ and...
next