update repo to point to github
[gitmo/Moo.git] / lib / Moo / HandleMoose.pm
2013-09-22 Graham Knop whitespace/style cleanups
2013-08-27 Graham Knop ensure DemolishAll is loaded before global destruction...
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-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 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
2012-12-15 Toby Inkster get ilmari's test to pass
2012-07-20 Matt S Trout ensure constructor gets regenerated if forced early...
2012-07-17 Matt S Trout clear method cache after metaclass generation to fix...
2012-06-26 Matt S Trout MooClass->meta
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 reset handlemoose state on mutation
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-03 Matt S Trout preserve attribute ordering
2012-05-02 Matt S Trout eliminate index attribute spec key
2012-04-22 Matt S Trout undefer subs before metaclass inflation
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-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-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