preserve attribute ordering
[gitmo/Moo.git] / lib / Moo / HandleMoose.pm
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