now uses faster methods for accessors and some other minor cleanup stuff
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
CommitLineData
22d869ff 1Revision history for Perl extension MooseX-AttributeHelpers
2
457dc4fb 30.02
4 * MooseX::AttributeHelpers::Base
5 - now providing subrefs for the reader and writer
6 methods to all the method provider constructors
7 (this should speed things up quite a bit).
8 - all method providers now use this internally
9
10 * MooseX::AttributeHelpers::Counter
11 - added the 'reset' method
12
13 * MooseX::AttributeHelpers::Collection::Array
14 - Extracted the List method provider role from
15 Array and made Array consume List.
16
17 + MooseX::AttributeHelpers::Collection::List
18 - created the Collection::List metaclass
19 derived from parts of the old Collection::Array
20
5431dff2 210.01 Mon. Aug. 13, 2007
22d869ff 22 - module released to CPAN