X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=b02cf89fd3acf85e7b74379e8a3e414d519d2b63;hb=455d083e91062cc7e742f828db98303bc83bbc3b;hp=639db05f068e43b0e1a2b5741b014b48e46d5cdb;hpb=daea523653756bb45d89c7b17bbc6ac70f37019d;p=perl%2Fmodules%2Fautovivification.git diff --git a/MANIFEST b/MANIFEST index 639db05..b02cf89 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ Changes MANIFEST +META.json META.yml Makefile.PL README @@ -7,24 +8,26 @@ autovivification.xs lib/autovivification.pm ptable.h reap.h +samples/bench.pl samples/hash2array.pl t/00-load.t t/20-hash.t t/22-hash-kv.t t/23-hash-tied.t +t/24-hash-numerous.t t/30-array.t t/31-array-fast.t t/32-array-kv.t t/33-array-tied.t +t/34-array-numerous.t t/40-scope.t t/41-padsv.t t/42-deparse.t +t/43-peep.t t/50-threads.t t/51-threads-teardown.t -t/91-pod.t -t/92-pod-coverage.t -t/95-portability-files.t -t/99-kwalitee.t +t/lib/Test/Leaner.pm +t/lib/VPIT/TestHelpers.pm t/lib/autovivification/TestCases.pm t/lib/autovivification/TestRequired1.pm t/lib/autovivification/TestRequired2.pm @@ -36,3 +39,4 @@ t/lib/autovivification/TestRequired5/b0.pm t/lib/autovivification/TestRequired5/c0.pm t/lib/autovivification/TestRequired5/d0.pm t/lib/autovivification/TestRequired6.pm +t/lib/autovivification/TestThreads.pm