X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=23621a5e8f5d6611825d6f3e85a87b0d52ea638e;hb=7167e69ca633eaf343fe6e928d6e23497dd40497;hp=ff6d035a1e7ab6edbf85b9eeb2c991f7f8ed62d9;hpb=e80133502fb29ca508c7835d46d93a45e9df374c;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/MANIFEST b/MANIFEST index ff6d035..23621a5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -9,6 +9,7 @@ inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/MooseX/AttributeHelpers.pm lib/MooseX/AttributeHelpers/Base.pm +lib/MooseX/AttributeHelpers/Bool.pm lib/MooseX/AttributeHelpers/Collection.pm lib/MooseX/AttributeHelpers/Collection/Array.pm lib/MooseX/AttributeHelpers/Collection/Bag.pm @@ -16,9 +17,11 @@ lib/MooseX/AttributeHelpers/Collection/Hash.pm lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm lib/MooseX/AttributeHelpers/Collection/List.pm lib/MooseX/AttributeHelpers/Counter.pm +lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm lib/MooseX/AttributeHelpers/MethodProvider/Array.pm lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm +lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm @@ -40,6 +43,7 @@ t/006_basic_bag.t t/007_basic_string.t t/010_array_from_role.t t/011_counter_with_defaults.t +t/012_basic_bool.t t/020_remove_attribute.t t/100_collection_with_roles.t t/pod.t