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