]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commit
This is 1.00 v1.00
authorVincent Pit <vince@profvince.com>
Thu, 19 Mar 2009 22:26:58 +0000 (23:26 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 12 Apr 2009 22:51:28 +0000 (00:51 +0200)
commitb41c498738a3a4ccb8742883a42e6ea5addb1afd
tree0b58804d8b4574a8900f67fae77f4706e3c357bc
parentc28e54f56f6f36e3d6364b1cd07048bb288aa9d7
This is 1.00
38 files changed:
.gitignore
Changes
FixInstall.PL [deleted file]
Gensupp.PL [deleted file]
MANIFEST
META.yml
Makefile.PL
README
Valgrind.xs
gen.pl [deleted file]
lib/Test/Valgrind.pm
lib/Test/Valgrind/Action.pm [new file with mode: 0644]
lib/Test/Valgrind/Action/Captor.pm [new file with mode: 0644]
lib/Test/Valgrind/Action/Suppressions.pm [new file with mode: 0644]
lib/Test/Valgrind/Action/Test.pm [new file with mode: 0644]
lib/Test/Valgrind/Carp.pm [new file with mode: 0644]
lib/Test/Valgrind/Command.pm [new file with mode: 0644]
lib/Test/Valgrind/Command/Perl.pm [new file with mode: 0644]
lib/Test/Valgrind/Report.pm [new file with mode: 0644]
lib/Test/Valgrind/Session.pm [new file with mode: 0644]
lib/Test/Valgrind/Suppressions.pm
lib/Test/Valgrind/Suppressions.tpl [deleted file]
lib/Test/Valgrind/Tool.pm [new file with mode: 0644]
lib/Test/Valgrind/Tool/SuppressionsParser.pm [new file with mode: 0644]
lib/Test/Valgrind/Tool/memcheck.pm [new file with mode: 0644]
samples/map.pl
samples/xml-output.txt [new file with mode: 0644]
t/00-load.t
t/01-import.t [deleted file]
t/10-good.t [moved from t/20-good.t with 65% similarity]
t/10-suppressions.t [deleted file]
t/20-bad.t [new file with mode: 0644]
t/30-bad.t [deleted file]
t/80-suppressions.t [new file with mode: 0644]
t/90-boilerplate.t [deleted file]
t/91-pod.t
t/92-pod-coverage.t
t/lib/Test/Valgrind/Test/Action.pm [new file with mode: 0644]