Version 0.00903.
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
CommitLineData
bb34e4d0 10.00903 Sept 15, 2009
2 - Silence a test warning from Moose 0.90 (Dave Rolsky).
3
04283e90 40.00902 July 10, 2009
5 - Bump required Moose version to avoid issues with is => 'bare'
6 when an older version of Moose is already installed.
7
72ed17b8 80.00901 July 06, 2009
69462673 9 - Fix to not warn with newer versions of Moose by passing is => 'bare'
10 to process_accessors method.
11
895a1a64 120.00900 May 29, 2009
543f55cd 13 - Fix so that classes which implement BUILD themselves still get
14 all attributes passed to their constuctor placed into the instance
15 hash (t0m)
16
7fc87c82 170.00802 Apr 23, 2009
c858b57e 18 - Declare test dependency on Test::Exception. Closes RT#43194. (rafl)
1b694d4a 19 - Turn build_requires on Test::More into test_requires. (rafl)
5e2dfe0a 20 - Fix doc typos in SYNOPSIS. Closes RT#40380. (rafl)
21
2a572db5 220.00801 Apr 09, 2009
23 - Make the accessor meta method class compatible with recent Moose.
24 - Stop using deprecated Moose api to avoid warnings.
25 - Bump Moose dependency to 0.74.
26
da65bf66 270.00800 Feb 03, 2009
986ca883 28 - Fix assigning a list to an accessor stores a list ref
29 - tests
30 - TODO test for Class::Accessor::Chained::Fast compatibility
2a572db5 31
986ca883 320.00701 Jan 02, 2009
b3050bf2 33 - Better errors when trying to modify an immutable class
73933c31 34 - Fix typo in Makefile.PL description
35 - Missing dep in Makefile.PL (rafl)
2a572db5 36
30858ec7 370.00700 Dec 29, 2008
2a572db5 38 - Creating a new accessor with the same name as an old one would
39 result in a new attribute with no reader/writer/accessor.
986ca883 40 Reported by t0m
41 - tests (t0m)
2a572db5 42
5a6e3389 430.00600 Dec 17, 2008
2a572db5 44 - Add test for a 'meta' accessor, which we need to treat as a
3f137d21 45 special case (t0m)
2a572db5 46 - Add test for not replacing pre-existing accessors generally,
3f137d21 47 which is behavior we don't want to lose (t0m)
5a6e3389 48 - Don't use ->meta
49 - Don't use ->can
2a572db5 50 - Attempt to support attrs named meta with no success. test marked
986ca883 51 as todo.
2a572db5 52
d2bc311b 530.00500 Dec 9, 2008
8eb9108b 54 - make_accessor, make_ro_accessor, make_rw_accessor
e8abb6ef 55 - tests
2a572db5 56
30cbeb5e 570.00400 Oct 28, 2008
58 - Fix bug where a bad assumption was causing us to infinitely loop
59 on badly-written code like Data::Page. (Reported by marcus)
60 - Tests for this
2a572db5 61 - Up Moose dep to 0.31
62
3f137d21 630.00300 Jul 30, 2008
144866f7 64 - Replace around 'new' with a BUILD method. Faster and avoids Moose
3f137d21 65 bug with around/immutable and sub-classes. (t0m)
2a572db5 66
6b8ba79f 670.00200 Mar 28, 2008
68 - Extend BUILDALL to store constructor keys in the obj. hashref
69 - Minor fix to make sure Adopt doesn't trip PAUSE perms
70 - Bye bye auto_install.
2a572db5 71
e579fc46 720.00100 Mar 15, 2008
144866f7 73 - Initial Release!