added BUILDARGS support
[gitmo/Role-Tiny.git] / lib / Method / Generate / Constructor.pm
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...