X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=c07bdb4f536ed25171bc167d43a1cd006853c16d;hb=ebbc6c9f1da1702dca38659f9b78cd2c5cfddc10;hp=074e4a05f7dbb02ed67c7bd223efd36b59b19884;hpb=8d66aa098b18f8c9724b12bf446d330905122c57;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/MANIFEST b/MANIFEST index 074e4a0..c07bdb4 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,24 +1,34 @@ 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/Aggregate.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 +samples/xml-output-protocol4.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