X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=MANIFEST;h=6915c64c6c1888606f43271fc463df044a28d8ee;hp=21501aa1ca5e6e124cb545623732ffa750a3abc7;hb=0c5d8f138c37804f0587deba3db2a1ce8ee674b2;hpb=41a4b907f4846f2d35b170f517fb83ceb13f298c diff --git a/MANIFEST b/MANIFEST index 21501aa..6915c64 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,20 +1,39 @@ Changes -Gensupp.PL +INSTALL.SKIP MANIFEST +META.json +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/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/memcheck.pm samples/map.pl +samples/xml-output-protocol4.txt +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/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/10-good.t +t/20-bad.t +t/70-session.t +t/80-suppressions.t +t/81-suppressions-demangle.t +t/lib/Test/Valgrind/Test/Action.pm