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