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