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