More tests
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
CommitLineData
3f137d21 10.00600
2 - Add test for a 'meta' accessor, which we need to treat as a
3 special case (t0m)
4 - Add test for not replacing pre-existing accessors generally,
5 which is behavior we don't want to lose (t0m)
d2bc311b 60.00500 Dec 9, 2008
8eb9108b 7 - make_accessor, make_ro_accessor, make_rw_accessor
e8abb6ef 8 - tests
30cbeb5e 90.00400 Oct 28, 2008
10 - Fix bug where a bad assumption was causing us to infinitely loop
11 on badly-written code like Data::Page. (Reported by marcus)
12 - Tests for this
13 - Up Moose dep to 0.31
3f137d21 140.00300 Jul 30, 2008
144866f7 15 - Replace around 'new' with a BUILD method. Faster and avoids Moose
3f137d21 16 bug with around/immutable and sub-classes. (t0m)
6b8ba79f 170.00200 Mar 28, 2008
18 - Extend BUILDALL to store constructor keys in the obj. hashref
19 - Minor fix to make sure Adopt doesn't trip PAUSE perms
20 - Bye bye auto_install.
e579fc46 210.00100 Mar 15, 2008
144866f7 22 - Initial Release!