Avoid bug with immutable / around new in Moose by using BUILD method instead. Test...
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
CommitLineData
144866f7 10.00300 Jul XX, 2008
2 - Replace around 'new' with a BUILD method. Faster and avoids Moose
3 bug with around/immutable and sub-classes.
6b8ba79f 40.00200 Mar 28, 2008
5 - Extend BUILDALL to store constructor keys in the obj. hashref
6 - Minor fix to make sure Adopt doesn't trip PAUSE perms
7 - Bye bye auto_install.
e579fc46 80.00100 Mar 15, 2008
144866f7 9 - Initial Release!