support isa and coerce together for Moose
[gitmo/Moo.git] / lib /
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 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 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-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 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 factor out accessor generation code a bit
2012-05-02 Matt S Trout bump version for release
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 BUILDARGS exception
2012-04-26 Matt S Trout Devel::GlobalDestruction
2012-04-26 Arthur Axel 'fREW... fix horrible BUILDARGS example
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 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 another stupid mistake, another version bump
2012-04-12 Matt S Trout don't accidentally load Moo::HandleMoose during global...
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 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 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 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-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
2012-03-24 Matt S Trout Fix a bug where coercions weren't called on lazy defaul...
2012-03-16 Peter Rabbitson Fix spurious 'once' warnings
2012-03-16 Matt S Trout Module::Runtime-ify
2012-02-19 Chris Prather add myself to CONTRIBUTORS as per mst
2012-02-19 Chris Prather add line about ->dump missing from Moo objects too
2012-02-19 Matt S Trout improve incompat w/Moose docs
2012-02-17 Matt S Trout remove the outstanding queue from Sub::Quote; benchamar...
2012-02-11 Matt S Trout additional local $\@ removals
2012-02-11 Matt S Trout remove vestigial _is_scalar_ref sub
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
2011-12-23 Peter Rabbitson Explicitly require Role::Tiny in Role::Tiny::With ...
2011-12-23 Peter Rabbitson Bump Moo.pm version
2011-12-23 Peter Rabbitson Fix missing escape on < 5.8.3 codepath
2011-12-23 Arthur Axel 'fREW... stop documenting in terms of private methods
2011-12-15 Mateu X Hunter No need for ScalarRef when using Sub::Quote
2011-12-14 John Napiorkowski added some docs regarding how handles works, and also...
2011-12-12 John Napiorkowski deal when the case when Class::XSAccessor is a trial...
2011-11-26 Justin Hunter document handles
2011-11-14 Matt S Trout bump Moo.pm version
2011-11-14 Matt S Trout fix $obj->new
2011-11-14 Matt S Trout also update Role::Tiny to handle VSTRING and credit...
2011-11-06 Matt S Trout fix bug where constants containing a reference weren...
2011-10-03 Matt S Trout bump version for release
2011-10-03 Matt S Trout update DESTROY documentation
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...
2011-10-03 Matt S Trout Tenative switch to a generated DEMOLISHALL - see rest...
2011-10-03 Alex J. G. Burzyński provide DEMOLISH
2011-10-03 Alex J. G. Burzyński use Moo::_Utils::_get_linear_isa
2011-10-03 Alex J. G. Burzyński add _get_linear_isa and _in_global_destruction
2011-08-26 Alex J. G. Burzyński decrease indent in method generator
2011-08-26 Alex J. G. Burzyński decrease indent on BUILD calls
2011-08-26 Alex J. G. Burzyński more readable subconstructor handling for BUILDALL
2011-08-26 Alex J. G. Burzyński fix BUILDALL constructor
2011-07-29 Alex J. G. Burzyński inline BUILDARGS
2011-07-29 Alex J. G. Burzyński add newlines at die messages
2011-07-29 Alex J. G. Burzyński call BUILDARGS if defined
2011-07-29 Alex J. G. Burzyński die rather than warn on odd number of arguments
2011-07-29 Alex J. G. Burzyński added BUILDARGS support
2011-07-21 Arthur Axel 'fREW... document reader and writer
next