X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=5e5947e59fdfb5a6697d8e52d5ed5c0c6bb32f1c;hb=9958ed1ff946c17a02c3e4eb49e5fd3a4fc56ba6;hp=d38a9719dc4754ce98bf30534d1e9aabdff4eac4;hpb=b41c498738a3a4ccb8742883a42e6ea5addb1afd;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/MANIFEST b/MANIFEST index d38a971..5e5947e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,7 @@ Changes +INSTALL.SKIP MANIFEST +META.json META.yml Makefile.PL README @@ -11,21 +13,30 @@ 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/Aggregate.pm lib/Test/Valgrind/Command/Perl.pm +lib/Test/Valgrind/Command/PerlScript.pm +lib/Test/Valgrind/Component.pm +lib/Test/Valgrind/Parser.pm +lib/Test/Valgrind/Parser/Suppressions/Text.pm +lib/Test/Valgrind/Parser/Text.pm +lib/Test/Valgrind/Parser/XML.pm +lib/Test/Valgrind/Parser/XML/Twig.pm lib/Test/Valgrind/Report.pm lib/Test/Valgrind/Session.pm lib/Test/Valgrind/Suppressions.pm lib/Test/Valgrind/Tool.pm -lib/Test/Valgrind/Tool/SuppressionsParser.pm lib/Test/Valgrind/Tool/memcheck.pm samples/map.pl samples/xml-output.txt +samples/xml-output-protocol4.txt t/00-load.t t/10-good.t t/20-bad.t +t/70-session.t t/80-suppressions.t +t/81-suppressions-demangle.t t/91-pod.t t/92-pod-coverage.t t/95-portability-files.t -t/99-kwalitee.t t/lib/Test/Valgrind/Test/Action.pm