X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=b438d6960cd7270573dfbe85dcd85babc3727ef9;hb=00cdc2b34a6be344a34ca4ac2f56f0238a88b195;hp=6475c445d558c351cd1e3781222775a5332c9aa5;hpb=e63601e117e265834dc41b4001bcacfa73d270df;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/MANIFEST b/MANIFEST index 6475c44..b438d69 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,10 +1,15 @@ +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 @@ -20,10 +25,15 @@ 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/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