(no commit message)
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
1 0.00600    Dec 17, 2008
2           - Add test for a 'meta' accessor, which we need to treat as a 
3             special case (t0m)
4           - Add test for not replacing pre-existing accessors generally, 
5             which is behavior we don't want to lose (t0m)
6           - Don't use ->meta
7           - Don't use ->can
8           - Attempt to support attrs named meta with no success. test marked as todo.
9 0.00500    Dec 9, 2008
10           - make_accessor, make_ro_accessor, make_rw_accessor
11             - tests
12 0.00400    Oct 28, 2008
13            - Fix bug where a bad assumption was causing us to infinitely loop
14              on badly-written code like Data::Page. (Reported by marcus)
15              - Tests for this
16              - Up Moose dep to 0.31 
17 0.00300    Jul 30, 2008
18            - Replace around 'new' with a BUILD method. Faster and avoids Moose
19              bug with around/immutable and sub-classes. (t0m)
20 0.00200    Mar 28, 2008
21            - Extend BUILDALL to store constructor keys in the obj. hashref
22            - Minor fix to make sure Adopt doesn't trip PAUSE perms
23            - Bye bye auto_install.
24 0.00100    Mar 15, 2008
25            - Initial Release!