]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commit
Represent valgrind version numbers by their own class
authorVincent Pit <perl@profvince.com>
Sun, 15 Nov 2015 20:04:38 +0000 (18:04 -0200)
committerVincent Pit <perl@profvince.com>
Sun, 15 Nov 2015 21:27:46 +0000 (19:27 -0200)
commit5dd4ffc1370138eb1e9501f82a69f98208e4c0ff
treeb230df3198491e1d8e0b2ac9a5ababe37c00a9cb
parentca8eca27f27c14e65e67ffce2fa1447eee64c5c1
Represent valgrind version numbers by their own class

Instead of relying on version.pm for that.
MANIFEST
Makefile.PL
lib/Test/Valgrind.pm
lib/Test/Valgrind/Parser/XML.pm
lib/Test/Valgrind/Session.pm
lib/Test/Valgrind/Suppressions.pm
lib/Test/Valgrind/Tool/memcheck.pm
lib/Test/Valgrind/Version.pm [new file with mode: 0644]
t/60-version.t [new file with mode: 0644]