X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=MANIFEST;h=651d18a63903b9face21f1ce406d6fd59a261af1;hp=c4a91c3b8103af64ae373c9a9f19befb0a6eb070;hb=a615878a77fd5a9ae493272815373f1641cb951b;hpb=eb0bd56068ca67ea93f621ef38f59dec9bdbbcd8 diff --git a/MANIFEST b/MANIFEST index c4a91c3..651d18a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,10 +1,18 @@ +Changes MANIFEST 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 @@ -13,7 +21,18 @@ t/14-use-no_plan.t t/15-use-skip_all.t 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/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