Release commit for 0.091010
[gitmo/Moo.git] / lib / Method /
2012-06-26 Matt S Trout isa checks on builders
2012-06-26 Matt S Trout remove multi-populate code to fix exists/defined new...
2012-06-26 Vyacheslav Matyukhin check default using \&{}
2012-06-26 Vyacheslav Matyukhin refactoring nested ifs
2012-06-26 Vyacheslav Matyukhin check if default overloads ->()
2012-06-26 Vyacheslav Matyukhin generate_method checks if default is a coderef
2012-06-18 Matt S Trout support has '+foo'
2012-05-17 Matt S Trout I'm an idiot - remove stray D::GD use
2012-05-14 Matt S Trout inline Devel::GlobalDestruction pure perl code temporarily
2012-05-14 Matt S Trout a weakened value should still be returned on set (fixes...
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 preserve attribute ordering
2012-05-02 Matt S Trout factor out accessor generation code a bit
2012-04-26 Matt S Trout BUILDARGS exception
2012-04-26 Matt S Trout Devel::GlobalDestruction
2012-04-14 Matt S Trout avert horrible infinite loop
2012-04-06 Matt S Trout complete attributeshortcuts support
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-02-11 Matt S Trout additional local $\@ removals
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
2011-12-23 Peter Rabbitson Fix missing escape on < 5.8.3 codepath
2011-12-12 John Napiorkowski deal when the case when Class::XSAccessor is a trial...
2011-11-14 Matt S Trout fix $obj->new
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 use Moo::_Utils::_get_linear_isa
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 call BUILDARGS if defined
2011-07-29 Alex J. G. Burzyński added BUILDARGS support
2011-07-20 Matt S Trout make ro accessor die
2011-07-20 Matt S Trout generate constructors in subclasses on demand
2011-07-11 Alex J. G. Burzyński coerce value from eager defaults
2011-07-11 Alex J. G. Burzyński pass coerce tests
2011-04-22 Peter Rabbitson Bring back 5.8.1 support
2011-02-25 Matt S Trout factor out eager default calculation
2011-02-25 Matt S Trout handle non-lazy default and builder when init_arg is...
2010-12-06 Matt S Trout handle non-Moo superclass constructors
2010-11-13 Matt S Trout support weak_ref
2010-11-13 Matt S Trout add inlinability for Accessor.pm
2010-11-13 Matt S Trout improved quoted sub inlining
2010-11-12 Matt S Trout handles and asserter support
2010-11-12 Matt S Trout add support for reader/writer/accessor
2010-11-12 Matt S Trout remove return from M::G::Accessor to make inlining...
2010-11-11 Peter Rabbitson Enable C::XSA on win32 until proven problematic
2010-11-10 Matt S Trout factor out and rename
2010-11-08 Matt S Trout fix bugs in XS support
2010-11-08 Matt S Trout use XSAccessor if available
2010-11-08 Matt S Trout fixup whitespace once again
2010-11-08 Matt S Trout add predicate and clearer
2010-11-08 Matt S Trout refactor constructor generation and test more complex...
2010-11-08 Matt S Trout BUILDALL for generated constructor
2010-11-08 Matt S Trout add BUILDALL support
2010-11-07 Matt S Trout support for default at construction time
2010-11-07 Matt S Trout working lazy default and builder
2010-11-07 Matt S Trout factor out sub quote unrolling code, add isa support
2010-11-07 Matt S Trout detab. again. think I might've fixed it this time.
2010-11-07 Matt S Trout handle trigger with captures
2010-11-07 Matt S Trout inline quoted trigger
2010-11-07 Matt S Trout support trigger
2010-11-07 Matt S Trout subclassing and role composition for attributes
2010-11-07 Matt S Trout deferred constructor construction
2010-11-07 Matt S Trout remove tab. how the fsck did a tab get into my source...
2010-11-07 Matt S Trout fix indentation in generated constructor
2010-11-07 Matt S Trout constructor generation, add option to quote_sub to...
2010-11-07 Matt S Trout clean up method naming
2010-11-07 Matt S Trout ro and rw accessor generation