update repo to point to github
[gitmo/Moo.git] / lib / Method / Generate / Constructor.pm
2013-07-10 Graham Knop fix extending a constructor generator
2013-05-04 Graham Knop don't copy delegates into overridden attributes
2013-05-04 Graham Knop moosify on overridden attributes adds to list of subs
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-07-21 Arthur Axel 'fREW... ignore required when default or builder is present
2012-06-26 Matt S Trout remove multi-populate code to fix exists/defined new...
2012-06-18 Matt S Trout support has '+foo'
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-14 Matt S Trout avert horrible infinite loop
2012-02-11 Matt S Trout additional local $\@ removals
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
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-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 generate constructors in subclasses on demand
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-10 Matt S Trout factor out and rename
2010-11-08 Matt S Trout fixup whitespace once again
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-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 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...