This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtest-valgrind-perl.
commit 9ea0970c32e38ff6de20b09897c453983aca1340 Merge: 432db66 ccfd8bf Author: gregor herrmann <[email protected]> Date: Sat Nov 21 20:14:49 2015 +0100 Merge tag 'upstream/1.18' Upstream version 1.18 Changes | 39 ++ MANIFEST | 8 + META.json | 19 +- META.yml | 17 +- Makefile.PL | 12 +- README | 13 +- lib/Test/Valgrind.pm | 190 ++++-- lib/Test/Valgrind/Action.pm | 15 +- lib/Test/Valgrind/Action/Captor.pm | 4 +- lib/Test/Valgrind/Action/Suppressions.pm | 7 +- lib/Test/Valgrind/Action/Test.pm | 4 +- lib/Test/Valgrind/Carp.pm | 4 +- lib/Test/Valgrind/Command.pm | 26 +- lib/Test/Valgrind/Command/Aggregate.pm | 4 +- lib/Test/Valgrind/Command/Perl.pm | 60 +- lib/Test/Valgrind/Command/PerlScript.pm | 4 +- lib/Test/Valgrind/Component.pm | 4 +- lib/Test/Valgrind/Parser.pm | 9 +- lib/Test/Valgrind/Parser/Suppressions/Text.pm | 15 +- lib/Test/Valgrind/Parser/Text.pm | 4 +- lib/Test/Valgrind/Parser/XML.pm | 6 +- lib/Test/Valgrind/Parser/XML/Twig.pm | 8 +- lib/Test/Valgrind/Report.pm | 4 +- lib/Test/Valgrind/Session.pm | 321 ++++++---- lib/Test/Valgrind/Suppressions.pm | 17 +- lib/Test/Valgrind/Tool.pm | 14 +- lib/Test/Valgrind/Tool/memcheck.pm | 24 +- lib/Test/Valgrind/Util.pm | 88 +++ lib/Test/Valgrind/Version.pm | 169 ++++++ t/30-skip.t | 47 ++ t/60-version.t | 162 +++++ t/70-session.t | 43 +- t/71-session-command.t | 97 +++ t/80-suppressions.t | 163 ++++-- t/81-suppressions-demangle.t | 2 + t/lib/Test/Valgrind/FakeValgrind.pm | 107 ++++ t/lib/Test/Valgrind/Test/Action.pm | 9 + t/lib/VPIT/TestHelpers.pm | 815 ++++++++++++++++++++++++++ t/supp/no_perl | 9 + 39 files changed, 2242 insertions(+), 321 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-valgrind-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
