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