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