X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=8c3766006ff0e98bec5b9f9f047c7f8050ef4bd8;hb=0e79c45af8d5eabe900280cc0e5467936467dee9;hp=21501aa1ca5e6e124cb545623732ffa750a3abc7;hpb=41a4b907f4846f2d35b170f517fb83ceb13f298c;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/MANIFEST b/MANIFEST index 21501aa..8c37660 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,20 +1,33 @@ Changes -Gensupp.PL MANIFEST +META.yml Makefile.PL README -gen.pl +Valgrind.xs 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/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/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