Use get_all_attributes instead of the deprecated compute_all_applicable_attributes.
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
CommitLineData
da65bf66 10.00800 Feb 03, 2009
986ca883 2 - Fix assigning a list to an accessor stores a list ref
3 - tests
4 - TODO test for Class::Accessor::Chained::Fast compatibility
50.00701 Jan 02, 2009
b3050bf2 6 - Better errors when trying to modify an immutable class
73933c31 7 - Fix typo in Makefile.PL description
8 - Missing dep in Makefile.PL (rafl)
30858ec7 90.00700 Dec 29, 2008
986ca883 10 - Creating a new accessor with the same name as an old one would
11 result in a new attribute with no reader/writer/accessor.
12 Reported by t0m
13 - tests (t0m)
5a6e3389 140.00600 Dec 17, 2008
3f137d21 15 - Add test for a 'meta' accessor, which we need to treat as a
16 special case (t0m)
17 - Add test for not replacing pre-existing accessors generally,
18 which is behavior we don't want to lose (t0m)
5a6e3389 19 - Don't use ->meta
20 - Don't use ->can
986ca883 21 - Attempt to support attrs named meta with no success. test marked
22 as todo.
d2bc311b 230.00500 Dec 9, 2008
8eb9108b 24 - make_accessor, make_ro_accessor, make_rw_accessor
e8abb6ef 25 - tests
30cbeb5e 260.00400 Oct 28, 2008
27 - Fix bug where a bad assumption was causing us to infinitely loop
28 on badly-written code like Data::Page. (Reported by marcus)
29 - Tests for this
30 - Up Moose dep to 0.31
3f137d21 310.00300 Jul 30, 2008
144866f7 32 - Replace around 'new' with a BUILD method. Faster and avoids Moose
3f137d21 33 bug with around/immutable and sub-classes. (t0m)
6b8ba79f 340.00200 Mar 28, 2008
35 - Extend BUILDALL to store constructor keys in the obj. hashref
36 - Minor fix to make sure Adopt doesn't trip PAUSE perms
37 - Bye bye auto_install.
e579fc46 380.00100 Mar 15, 2008
144866f7 39 - Initial Release!