Turn build_requires on Test::More into test_requires.
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
CommitLineData
1b694d4a 1 - Turn build_requires on Test::More into test_requires. (rafl)
5e2dfe0a 2 - Fix doc typos in SYNOPSIS. Closes RT#40380. (rafl)
3
2a572db5 40.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
da65bf66 90.00800 Feb 03, 2009
986ca883 10 - Fix assigning a list to an accessor stores a list ref
11 - tests
12 - TODO test for Class::Accessor::Chained::Fast compatibility
2a572db5 13
986ca883 140.00701 Jan 02, 2009
b3050bf2 15 - Better errors when trying to modify an immutable class
73933c31 16 - Fix typo in Makefile.PL description
17 - Missing dep in Makefile.PL (rafl)
2a572db5 18
30858ec7 190.00700 Dec 29, 2008
2a572db5 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.
986ca883 22 Reported by t0m
23 - tests (t0m)
2a572db5 24
5a6e3389 250.00600 Dec 17, 2008
2a572db5 26 - Add test for a 'meta' accessor, which we need to treat as a
3f137d21 27 special case (t0m)
2a572db5 28 - Add test for not replacing pre-existing accessors generally,
3f137d21 29 which is behavior we don't want to lose (t0m)
5a6e3389 30 - Don't use ->meta
31 - Don't use ->can
2a572db5 32 - Attempt to support attrs named meta with no success. test marked
986ca883 33 as todo.
2a572db5 34
d2bc311b 350.00500 Dec 9, 2008
8eb9108b 36 - make_accessor, make_ro_accessor, make_rw_accessor
e8abb6ef 37 - tests
2a572db5 38
30cbeb5e 390.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
2a572db5 43 - Up Moose dep to 0.31
44
3f137d21 450.00300 Jul 30, 2008
144866f7 46 - Replace around 'new' with a BUILD method. Faster and avoids Moose
3f137d21 47 bug with around/immutable and sub-classes. (t0m)
2a572db5 48
6b8ba79f 490.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.
2a572db5 53
e579fc46 540.00100 Mar 15, 2008
144866f7 55 - Initial Release!