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