Revision history for Test-Valgrind
+1.11 2009-10-08 20:55 UTC
+ + Doc : Completion and improvements.
+ + Fix : Work around Kwalitee test misfailures.
+ + Upd : Freshen Makefile.PL.
+
1.10 2009-09-22 18:45 UTC
+ Chg : valgrind is no longer required to be installed before installing
this module.
--- #YAML:1.0
name: Test-Valgrind
-version: 1.10
+version: 1.11
abstract: Generate suppressions, analyse and test any command with valgrind.
author:
- Vincent Pit <perl@profvince.com>
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.54
+generated_by: ExtUtils::MakeMaker version 6.55_02
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
+dynamic_config: 1
recommends:
DynaLoader: 0
XSLoader: 0
with valgrind.
VERSION
- Version 1.10
+ Version 1.11
SYNOPSIS
# From the command-line
the "diag" option, in which case it will be reprinted as diagnostics.
DEPENDENCIES
- Valgrind 3.1.0 (<http://valgrind.org>).
-
XML::Twig, version, File::HomeDir, Env::Sanctify, Perl::Destruct::Level.
SEE ALSO
Test::Valgrind::Tool, Test::Valgrind::Action and
Test::Valgrind::Session.
+ The valgrind(1) man page.
+
Test::LeakTrace.
Devel::Leak, Devel::LeakTrace, Devel::LeakTrace::Fast.