X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=MANIFEST;h=cc647f11225018775aad2386af6c049bfa8fe016;hp=074e4a05f7dbb02ed67c7bd223efd36b59b19884;hb=a3ad5e451c03ec48ca43d1d2f7761c07490b9d65;hpb=8d66aa098b18f8c9724b12bf446d330905122c57 diff --git a/MANIFEST b/MANIFEST index 074e4a0..cc647f1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,24 +1,41 @@ Changes -FixInstall.PL -Gensupp.PL +INSTALL.SKIP 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/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/Suppressions.tpl +lib/Test/Valgrind/Tool.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/70-session.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