added some docs regarding how handles works, and also more on Moose compat
[gitmo/Role-Tiny.git] / lib / Method /
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