X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=e46a0c6de22ed66e38d6ae5cde0cae851ec68c96;hb=87a3e007a8e9af9c96547ec16393f2fb41236421;hp=d0c4d968d61ec816e7cad5a6a0db10d3f00c7b04;hpb=05ec570604d429eac0e547d95e6865e8c5751d7b;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/MANIFEST b/MANIFEST index d0c4d96..e46a0c6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,10 +1,19 @@ +Changes MANIFEST +META.json META.yml Makefile.PL README lib/Test/Leaner.pm +samples/bench.pl t/00-load.t t/01-import.t +t/02-import-arg.t +t/03-fallback.t +t/04-fallback-import-arg.t +t/05-pass.t +t/06-fail.t +t/07-BAIL_OUT.t t/10-plan-tests.t t/11-plan-no_plan.t t/12-plan-skip_all.t @@ -15,7 +24,18 @@ t/16-done_testing.t t/17-plan-done_testing.t t/18-skip.t t/19-comments.t -t/80-threads.t t/20-ok.t -t/21-is.t -t/22-cmp_ok.t +t/21-ok-failing.t +t/22-is.t +t/24-cmp_ok.t +t/26-is_deeply.t +t/27-is_deeply-failing.t +t/28-is_deeply-deep.t +t/80-threads.t +t/91-pod.t +t/92-pod-coverage.t +t/93-pod-spelling.t +t/95-portability-files.t +t/lib/Test/Leaner/TestHelper.pm +t/lib/Test/Leaner/TestImport.pm +t/lib/VPIT/TestHelpers.pm