Revision history for Test-Valgrind
+1.14 2013-09-01 17:10 UTC
+ 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.
+
1.13 2011-08-25 15:45 UTC
+ Fix : The session will now call the finish() method at the right time.
+ Fix : The README file is now properly UTF-8-encoded.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150",
+ "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"prereqs" : {
"build" : {
"requires" : {
- "Carp" : 0,
- "Digest::MD5" : 0,
- "Env::Sanctify" : 0,
- "ExtUtils::MakeMaker" : 0,
- "Fcntl" : 0,
+ "Carp" : "0",
+ "Digest::MD5" : "0",
+ "Env::Sanctify" : "0",
+ "ExtUtils::MakeMaker" : "0",
+ "Fcntl" : "0",
"File::HomeDir" : "0.86",
- "File::Path" : 0,
- "File::Spec" : 0,
+ "File::Path" : "0",
+ "File::Spec" : "0",
"File::Temp" : "0.14",
- "Filter::Util::Call" : 0,
- "List::Util" : 0,
- "POSIX" : 0,
- "Perl::Destruct::Level" : 0,
- "Scalar::Util" : 0,
- "Test::Builder" : 0,
- "Test::More" : 0,
- "XML::Twig" : 0,
- "base" : 0,
- "version" : 0
+ "Filter::Util::Call" : "0",
+ "List::Util" : "0",
+ "POSIX" : "0",
+ "Perl::Destruct::Level" : "0",
+ "Scalar::Util" : "0",
+ "Test::Builder" : "0",
+ "Test::More" : "0",
+ "XML::Twig" : "0",
+ "base" : "0",
+ "version" : "0"
}
},
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : 0,
- "File::Spec" : 0
+ "ExtUtils::MakeMaker" : "0",
+ "File::Spec" : "0"
}
},
"runtime" : {
"recommends" : {
- "DynaLoader" : 0,
- "XSLoader" : 0
+ "DynaLoader" : "0",
+ "XSLoader" : "0"
},
"requires" : {
- "Carp" : 0,
- "Digest::MD5" : 0,
- "Env::Sanctify" : 0,
- "Fcntl" : 0,
+ "Carp" : "0",
+ "Digest::MD5" : "0",
+ "Env::Sanctify" : "0",
+ "Fcntl" : "0",
"File::HomeDir" : "0.86",
- "File::Path" : 0,
- "File::Spec" : 0,
+ "File::Path" : "0",
+ "File::Spec" : "0",
"File::Temp" : "0.14",
- "Filter::Util::Call" : 0,
- "List::Util" : 0,
- "POSIX" : 0,
- "Perl::Destruct::Level" : 0,
- "Scalar::Util" : 0,
- "Test::Builder" : 0,
- "Test::More" : 0,
- "XML::Twig" : 0,
- "base" : 0,
+ "Filter::Util::Call" : "0",
+ "List::Util" : "0",
+ "POSIX" : "0",
+ "Perl::Destruct::Level" : "0",
+ "Scalar::Util" : "0",
+ "Test::Builder" : "0",
+ "Test::More" : "0",
+ "XML::Twig" : "0",
+ "base" : "0",
"perl" : "5.006",
- "version" : 0
+ "version" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind"
+ "web" : "http://rt.cpan.org/Dist/Display.html?Name=Test-Valgrind"
},
"homepage" : "http://search.cpan.org/dist/Test-Valgrind/",
"license" : [
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Valgrind.git"
}
},
- "version" : "1.13"
+ "version" : "1.14"
}
ExtUtils::MakeMaker: 0
File::Spec: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
perl: 5.006
version: 0
resources:
- bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind
+ bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Test-Valgrind
homepage: http://search.cpan.org/dist/Test-Valgrind/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FTest-Valgrind.git
-version: 1.13
+version: 1.14
with valgrind.
VERSION
- Version 1.13
+ Version 1.14
SYNOPSIS
# From the command-line
ALSO" section.
METHODS
- "analyse [ %options ]"
+ "analyse"
+ Test::Valgrind->analyse(%options);
+
Run a "valgrind" analysis configured by %options :
* "command => $command"
Defaults to false.
- "import [ %options ]"
+ "import"
+ use Test::Valgrind %options;
+
In the parent process, "import" calls "analyse" with the arguments it
received itself - except that if no "file" option was supplied, it tries
to pick the first caller context that looks like a script. When the
into completely rewriting it.
COPYRIGHT & LICENSE
- Copyright 2008,2009,2010,2011 Vincent Pit, all rights reserved.
+ Copyright 2008,2009,2010,2011,2013 Vincent Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.