release date
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
CommitLineData
d2bc311b 10.00500 Dec 9, 2008
8eb9108b 2 - make_accessor, make_ro_accessor, make_rw_accessor
e8abb6ef 3 - tests
30cbeb5e 40.00400 Oct 28, 2008
5 - Fix bug where a bad assumption was causing us to infinitely loop
6 on badly-written code like Data::Page. (Reported by marcus)
7 - Tests for this
8 - Up Moose dep to 0.31
144866f7 90.00300 Jul XX, 2008
10 - Replace around 'new' with a BUILD method. Faster and avoids Moose
11 bug with around/immutable and sub-classes.
6b8ba79f 120.00200 Mar 28, 2008
13 - Extend BUILDALL to store constructor keys in the obj. hashref
14 - Minor fix to make sure Adopt doesn't trip PAUSE perms
15 - Bye bye auto_install.
e579fc46 160.00100 Mar 15, 2008
144866f7 17 - Initial Release!