correct captures assignment in quote_sub
[gitmo/Moo.git] / lib / Method /
2013-09-22 Graham Knop whitespace/style cleanups
2013-08-23 Graham Knop fix deep recursion when calling isa check within isa...
2013-07-11 Graham Knop correct variable for name in _generate_populate_set
2013-07-10 Graham Knop add public generate_use_default/generate_simple_has...
2013-07-10 Graham Knop fix extending a constructor generator
2013-06-27 Graham Knop validate builder-sub with _validate_codulatable
2013-06-15 Toby Inkster oops; went overboard and forgot the whole point of...
2013-06-15 Toby Inkster combine three strings into a hashref
2013-06-15 Toby Inkster make sigdie handler private
2013-06-15 Toby Inkster pull the SIG{__DIE__} handler out of the eval
2013-06-15 Toby Inkster use the _attr_desc function instead of reinventing it
2013-06-15 Toby Inkster tidy
2013-06-15 Toby Inkster reimplementation of SIGDIE stuff using a single coderef...
2013-05-04 Graham Knop don't copy delegates into overridden attributes
2013-05-04 Graham Knop fix breakage introduced by accessor fix
2013-05-04 Graham Knop avoid using separate variable for value in modifier...
2013-05-04 Graham Knop try to avoid localizing @_ when not needed
2013-05-04 Graham Knop fix for eager false non-ref defaults
2013-05-04 Graham Knop moosify on overridden attributes adds to list of subs
2013-05-04 Matt Phillips squash, cleanup on _validate_codulatable
2013-05-04 Matt Phillips Adds moosify isa spec
2013-05-04 Toby Inkster inlining for overloaded object isa/coerce
2013-05-04 Graham Knop fix accessor bugs
2013-05-04 Graham Knop make weak_ref+lazy match behavior of moose
2013-03-17 Graham Knop fix asserter generator not passing $spec
2013-03-16 Matt Phillips refactor asserter code into _generate_asserter()
2013-03-16 Toby Inkster fix conflict with two lexical variables called $spec
2013-03-16 Toby Inkster improve the overwriting exception's handling of has...
2013-03-16 Toby Inkster generalize this feature - FAILING TESTS - DO NOT MERGE...
2013-03-16 Toby Inkster fix for 81181
2013-03-16 Graham Knop allow non-ref defaults
2013-03-15 Matt Phillips RT #83361, asserter now operates on definedness
2013-02-11 Christian Walde handles => "RoleName" should try to load the module
2013-02-06 Christian Walde do not generate an accessor on an rw attr if reader...
2013-02-06 Christian Walde builder => sub{} now installs that as a method
2012-10-23 Dagfinn Ilmari Man... Include both attribute name and init_arg in constructor...
2012-10-23 Dagfinn Ilmari Man... Remove unused methods
2012-09-19 Matt S Trout fix minor indentation nit in Constructor.pm
2012-08-09 Dagfinn Ilmari Man... fix pre-5.8.3 weak_ref setter as well
2012-08-08 Dagfinn Ilmari Man... make setter for weak_ref attributes return the value
2012-07-31 Dagfinn Ilmari Man... throw an error on invalid builder names as well (RT...
2012-07-30 Dagfinn Ilmari Man... throw an error on non-string builder (RT#78479)
2012-07-21 Arthur Axel 'fREW... ignore required when default or builder is present
2012-07-21 Matt S Trout localize @_ when inlining quote_sub'ed isa checks ...
2012-07-18 Matt S Trout error prefixes for coerce exceptions too
2012-07-18 Matt S Trout die wrap with prefix for attribute isa
2012-07-15 Matt S Trout load overload.pm explicitly for overload::StrVal
2012-07-15 Christian Walde useful and detailed errors for coerce in attrib generation
2012-07-14 Christian Walde useful and detailed errors for default checker in attri...
2012-07-02 Christian Walde sanity check code for default providers is now more...
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
next