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