All unit tests passing with refactored stuff, documentation updated significantly.
authorPaul Driver <frodwith@gmail.com>
Tue, 8 Apr 2008 16:55:39 +0000 (16:55 +0000)
committerPaul Driver <frodwith@gmail.com>
Tue, 8 Apr 2008 16:55:39 +0000 (16:55 +0000)
commit720fa35be1e2cb679dc0d146f2cef1d459cb4b5e
treec98a4cd16d50a4d6acb4ac11226c7d254bb51b7e
parent667db0bf109080936e84eabf992fbbdadb002da5
All unit tests passing with refactored stuff, documentation updated significantly.
18 files changed:
lib/MooseX/AttributeHelpers.pm
lib/MooseX/AttributeHelpers/Collection.pm
lib/MooseX/AttributeHelpers/Counter.pm
lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm
lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm
lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm
lib/MooseX/AttributeHelpers/MethodProvider/List.pm
lib/MooseX/AttributeHelpers/MethodProvider/Number.pm
lib/MooseX/AttributeHelpers/MethodProvider/String.pm
lib/MooseX/AttributeHelpers/Number.pm
lib/MooseX/AttributeHelpers/String.pm
lib/MooseX/AttributeHelpers/Sugar.pm
t/002_basic_array.t
t/003_basic_hash.t
t/005_basic_list.t
t/006_basic_bag.t