Changes for version 1.14 - 2013-09-01

  • This is a maintenance release. The code contains no functional change. Satisfied users of version 1.13 can skip this update.
  • Doc : POD headings are now properly linkable.
  • Tst : Author tests are no longer bundled with this distribution. They are only made available to authors in the git repository.
  • Tst : The stack traces used in t/20-bad.t have been made more predictable when compiler optimizations are in use.

Modules

Generate suppressions, analyse and test any command with valgrind.
Base class for Test::Valgrind actions.
Mock Test::Valgrind::Action for capturing output.
Generate suppressions for a given tool.
Test that an analysis didn't generate any error report.
Carp-like private methods for Test::Valgrind objects.
Base class for Test::Valgrind commands.
A Test::Valgrind command that aggregates several other commands.
A Test::Valgrind command that invokes perl.
A Test::Valgrind command that invokes a perl script.
Base class for Test::Valgrind components.
Base class for Test::Valgrind parsers.
Parse valgrind suppressions output as text blocks.
Parse valgrind output as a text stream.
Parse valgrind output as an XML stream.
Parse valgrind XML output with XML::Twig.
Base class for Test::Valgrind error reports.
Test::Valgrind session object.
Generate suppressions for given tool and command.
Base class for Test::Valgrind tools.
Run an analysis through the memcheck tool.

Provides

in lib/Test/Valgrind/Parser/XML/Twig.pm
in lib/Test/Valgrind/Parser/Suppressions/Text.pm
in lib/Test/Valgrind/Tool/memcheck.pm