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