X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=bcb88fd215d5cef91df7512d07b87b80698f4c30;hb=57d87fcd6b2d8f96a6d4d05dd7e5a46e3e1ee75c;hp=c89c5a882df5094d925e528105394c3ab1294f8f;hpb=c80a21dbcb4445fe4aebe276d439d2a2d8b310b1;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/MANIFEST b/MANIFEST index c89c5a8..bcb88fd 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,10 +3,12 @@ META.yml Makefile.PL README lib/Test/Leaner.pm +samples/bench.pl t/00-load.t t/01-import.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 @@ -19,9 +21,11 @@ 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/91-pod.t t/92-pod-coverage.t t/95-portability-files.t t/99-kwalitee.t +t/lib/Test/Leaner/TestHelper.pm