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