X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=785365d76cf859661c211b4fc0082cf698988fa0;hb=f040b7d40c89671ee109c2554dbb5471fe88b449;hp=074e4a05f7dbb02ed67c7bd223efd36b59b19884;hpb=512c7438e8b1ccff333f320682534f671b31ceed;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/MANIFEST b/MANIFEST index 074e4a0..785365d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,24 +1,32 @@ Changes -FixInstall.PL -Gensupp.PL MANIFEST +META.yml Makefile.PL README Valgrind.xs -gen.pl lib/Test/Valgrind.pm -lib/Test/Valgrind/perlTestValgrind.supp +lib/Test/Valgrind/Action.pm +lib/Test/Valgrind/Action/Captor.pm +lib/Test/Valgrind/Action/Suppressions.pm +lib/Test/Valgrind/Action/Test.pm +lib/Test/Valgrind/Carp.pm +lib/Test/Valgrind/Command.pm +lib/Test/Valgrind/Command/Perl.pm +lib/Test/Valgrind/Command/PerlScript.pm +lib/Test/Valgrind/Report.pm +lib/Test/Valgrind/Session.pm lib/Test/Valgrind/Suppressions.pm -lib/Test/Valgrind/Suppressions.tpl +lib/Test/Valgrind/Tool.pm +lib/Test/Valgrind/Tool/SuppressionsParser.pm +lib/Test/Valgrind/Tool/memcheck.pm samples/map.pl +samples/xml-output.txt t/00-load.t -t/01-import.t -t/10-suppressions.t -t/20-good.t -t/30-bad.t -t/90-boilerplate.t +t/10-good.t +t/20-bad.t +t/80-suppressions.t t/91-pod.t t/92-pod-coverage.t t/95-portability-files.t t/99-kwalitee.t -META.yml Module meta-data (added by MakeMaker) +t/lib/Test/Valgrind/Test/Action.pm