X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=23621a5e8f5d6611825d6f3e85a87b0d52ea638e;hb=2dc1c4f7a09c26890c2ff43cafcef9d60b3e3c2a;hp=69b57e36d9e2da8542b99605be134162c9560c87;hpb=9a9764976656e1a089735d0cb1f1affd06f4d7e4;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/MANIFEST b/MANIFEST index 69b57e3..23621a5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,26 +1,38 @@ -Build.PL ChangeLog -MANIFEST -README -META.yml -Makefile.PL +inc/Module/Install.pm +inc/Module/Install/Base.pm +inc/Module/Install/Can.pm +inc/Module/Install/Fetch.pm +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +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/Counter.pm -lib/MooseX/AttributeHelpers/Number.pm lib/MooseX/AttributeHelpers/Collection/Array.pm lib/MooseX/AttributeHelpers/Collection/Bag.pm 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 lib/MooseX/AttributeHelpers/MethodProvider/List.pm +lib/MooseX/AttributeHelpers/MethodProvider/String.pm +lib/MooseX/AttributeHelpers/Number.pm +lib/MooseX/AttributeHelpers/String.pm +Makefile.PL +MANIFEST This list of files +META.yml +README t/000_load.t t/001_basic_counter.t t/002_basic_array.t @@ -28,8 +40,11 @@ t/003_basic_hash.t t/004_basic_number.t t/005_basic_list.t 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 t/pod_coverage.t