make_accessor, make_ro_accessor, make_rw_accessor
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
1 0.00500   
2           - make_accessor, make_ro_accessor, make_rw_accessor
3 0.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 
8 0.00300    Jul XX, 2008
9            - Replace around 'new' with a BUILD method. Faster and avoids Moose
10              bug with around/immutable and sub-classes.
11 0.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.
15 0.00100    Mar 15, 2008
16            - Initial Release!