X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=8b42b18a4191ee841f35bea2534b1e61a44ee686;hb=14313bf1ea5b703459cd8ddeba7a33e99a841638;hp=bcb88fd215d5cef91df7512d07b87b80698f4c30;hpb=57d87fcd6b2d8f96a6d4d05dd7e5a46e3e1ee75c;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/MANIFEST b/MANIFEST index bcb88fd..8b42b18 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,6 @@ +Changes MANIFEST +META.json META.yml Makefile.PL README @@ -6,6 +8,9 @@ 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 @@ -24,8 +29,12 @@ t/20-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/91-pod.t t/92-pod-coverage.t t/95-portability-files.t t/99-kwalitee.t t/lib/Test/Leaner/TestHelper.pm +t/lib/Test/Leaner/TestImport.pm