gitmo/Moo.git
2012-05-08 Tomas Doran Type coercions cause confusing and wrong ->new methods.
2012-05-07 Matt S Trout Release commit for 0.091004 v0.091004
2012-05-07 Matt S Trout bump version
2012-05-07 Matt S Trout inhale Mouse
2012-05-07 Matt S Trout improve docs for isa and coerce
2012-05-07 Matt S Trout support isa and coerce together for Moose
2012-05-07 Tomas Doran Tests for types into Moo and 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-07 Tomas Doran Another broken case where Moo::Role, then namespace...
2012-05-06 Matt S Trout Release commit for 0.091003 v0.091003
2012-05-06 Matt S Trout bump version
2012-05-06 Matt S Trout update attributes docs
2012-05-06 Matt S Trout update incompatibilities docs
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 Tomas Doran Fail for has '+attr' when attr comes from a Moo role
2012-05-05 Tomas Doran And even composing one seems to drag unwanted sugar...
2012-05-05 Tomas Doran Composing 2 moo roles into a Moose class is broken
2012-05-05 Matt S Trout Release commit for 0.091002 v0.091002
2012-05-05 Matt S Trout bump version
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-05 Tomas Doran Another example of fail
2012-05-04 Matt S Trout fix roles for accessor regeneration
2012-05-04 Matt S Trout clarify test's purpose
2012-05-04 Matt S Trout load Moo::sification in Moo::Role too
2012-05-04 Tomas Doran Fail at the first hurdle :)
2012-05-03 Matt S Trout demonstrate MooX:: implementation
2012-05-03 Matt S Trout use slow path for role create_class_with_roles under...
2012-05-03 Matt S Trout idiot, matt.
2012-05-03 Matt S Trout first cut at extension tests
2012-05-03 Matt S Trout pass spec down into generation code
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-05-02 Matt S Trout &&
2012-05-02 Matt S Trout add script to run ALL the tests
2012-05-02 Matt S Trout factor out accessor generation code a bit
2012-05-02 Matt S Trout Release commit for 0.091001 v0.091001
2012-05-02 Matt S Trout bump version for release
2012-05-02 Matt S Trout bump Role::Tiny dep
2012-05-02 Matt S Trout fix test failure where Class::XSAccessor is not used...
2012-04-27 Matt S Trout Release commit for 0.091000 v0.091000
2012-04-27 Matt S Trout bump version to 0.91.0 for release
2012-04-27 Matt S Trout clarify Moo/Moose docs and mention #web-simple
2012-04-27 Matt S Trout document MX::AttributeShortcuts 009+ support
2012-04-27 Matt S Trout documentation for the metaclass inflation code
2012-04-26 Matt S Trout non-dev D::GD shipped
2012-04-26 Matt S Trout BUILDARGS exception
2012-04-26 Matt S Trout Devel::GlobalDestruction
2012-04-26 Arthur Axel... fix horrible BUILDARGS example
2012-04-26 Arthur Axel... demonstrate weird buildargs error
2012-04-24 Matt S Trout make extends after has work
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 Release commit for 0.009_017 v0.009_017
2012-04-16 Matt S Trout bump version for another devrel
2012-04-16 Matt S Trout play jenga
2012-04-14 Matt S Trout avert horrible infinite loop
2012-04-12 Matt S Trout Release commit for 0.009_016 v0.009_016
2012-04-12 Matt S Trout another stupid mistake, another version bump
2012-04-12 Matt S Trout don't accidentally load Moo::HandleMoose during global...
2012-04-12 Matt S Trout Changes note for doc merge
2012-04-12 Christian Walde added note that trigger also triggers on constructor
2012-04-12 Christian Walde added note that coerce and trigger do the tasks of...
2012-04-11 Matt S Trout Release commit for 0.009_015 v0.009_015
2012-04-11 Matt S Trout version bump to 015, devreling
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 Christian Walde added tests for attribute shortcuts
2012-04-06 Matt S Trout auto-moose
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 Arthur Axel... test for "does" on attrs
2012-04-04 Matt S Trout add test for named types
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 stop variable getting detached in lazy test
2012-04-04 Matt S Trout add required methods for roles
2012-04-03 Arthur Axel... test for lazy
2012-04-03 Arthur Axel... test Isa checking
2012-04-03 Arthur Axel... fixup! fixup! add method modifiers test
2012-04-03 Arthur Axel... fixup! add method modifiers test
2012-04-03 Arthur Axel... add method modifiers test
2012-04-03 Arthur Axel... add basic requires test
2012-04-02 Matt S Trout note in changes that this exists
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-29 Matt S Trout Release commit for 0.009014 v0.009014
2012-03-29 Matt S Trout bump version to 0.009014
2012-03-29 Matt S Trout split Role::Tiny into its own dist
2012-03-24 Matt S Trout clean up coerce generation a bit
next