Version 0.00802.
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
1 0.00802    Apr 23, 2008
2           - Declare test dependency on Test::Exception. Closes RT#43194. (rafl)
3           - Turn build_requires on Test::More into test_requires. (rafl)
4           - Fix doc typos in SYNOPSIS. Closes RT#40380. (rafl)
5
6 0.00801    Apr 09, 2009
7           - Make the accessor meta method class compatible with recent Moose.
8           - Stop using deprecated Moose api to avoid warnings.
9           - Bump Moose dependency to 0.74.
10
11 0.00800    Feb 03, 2009
12           - Fix assigning a list to an accessor stores a list ref
13              - tests
14           - TODO test for Class::Accessor::Chained::Fast compatibility
15
16 0.00701    Jan 02, 2009
17           - Better errors when trying to modify an immutable class
18           - Fix typo in Makefile.PL description
19           - Missing dep in Makefile.PL (rafl)
20
21 0.00700    Dec 29, 2008
22           - Creating a new accessor with the same name as an old one would
23             result in a new attribute with no reader/writer/accessor.
24             Reported by t0m
25              - tests (t0m)
26
27 0.00600    Dec 17, 2008
28           - Add test for a 'meta' accessor, which we need to treat as a
29             special case (t0m)
30           - Add test for not replacing pre-existing accessors generally,
31             which is behavior we don't want to lose (t0m)
32           - Don't use ->meta
33           - Don't use ->can
34           - Attempt to support attrs named meta with no success. test marked
35             as todo.
36
37 0.00500    Dec 9, 2008
38           - make_accessor, make_ro_accessor, make_rw_accessor
39             - tests
40
41 0.00400    Oct 28, 2008
42            - Fix bug where a bad assumption was causing us to infinitely loop
43              on badly-written code like Data::Page. (Reported by marcus)
44              - Tests for this
45              - Up Moose dep to 0.31
46
47 0.00300    Jul 30, 2008
48            - Replace around 'new' with a BUILD method. Faster and avoids Moose
49              bug with around/immutable and sub-classes. (t0m)
50
51 0.00200    Mar 28, 2008
52            - Extend BUILDALL to store constructor keys in the obj. hashref
53            - Minor fix to make sure Adopt doesn't trip PAUSE perms
54            - Bye bye auto_install.
55
56 0.00100    Mar 15, 2008
57            - Initial Release!