Revision history for Test-Valgrind
+1.15 2015-10-30 16:15 UTC
+ + Add : The new 'regen_def_supp' option can be passed to
+ Test::Valgrind->import to forcefully regenerate the default
+ suppression file.
+ + Fix : Build failures of the dummy XS code with PERL_IMPLICIT_SYS
+ perls.
+ + Fix : Handshake failures in tests with recent perls built with
+ PERL_POISON.
+ + Tst : Improved diagnostics on failure.
+ + Upd : Freshen Makefile.PL.
+
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.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"build" : {
"requires" : {
"Carp" : "0",
+ "Config" : "0",
"Digest::MD5" : "0",
"Env::Sanctify" : "0",
"ExtUtils::MakeMaker" : "0",
"Test::More" : "0",
"XML::Twig" : "0",
"base" : "0",
+ "lib" : "0",
"version" : "0"
}
},
"configure" : {
"requires" : {
+ "Config" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0"
}
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Valgrind.git"
}
},
- "version" : "1.14"
+ "version" : "1.15",
+ "x_serialization_backend" : "JSON::PP version 2.27300"
}
author:
- 'Vincent Pit <perl@profvince.com>'
build_requires:
- Carp: 0
- Digest::MD5: 0
- Env::Sanctify: 0
- ExtUtils::MakeMaker: 0
- Fcntl: 0
- File::HomeDir: 0.86
- 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
+ Carp: '0'
+ Config: '0'
+ Digest::MD5: '0'
+ Env::Sanctify: '0'
+ ExtUtils::MakeMaker: '0'
+ Fcntl: '0'
+ File::HomeDir: '0.86'
+ 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'
+ lib: '0'
+ version: '0'
configure_requires:
- ExtUtils::MakeMaker: 0
- File::Spec: 0
+ Config: '0'
+ ExtUtils::MakeMaker: '0'
+ File::Spec: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: Test-Valgrind
no_index:
directory:
- t
- inc
recommends:
- DynaLoader: 0
- XSLoader: 0
+ DynaLoader: '0'
+ XSLoader: '0'
requires:
- Carp: 0
- Digest::MD5: 0
- Env::Sanctify: 0
- Fcntl: 0
- File::HomeDir: 0.86
- 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
- perl: 5.006
- version: 0
+ Carp: '0'
+ Digest::MD5: '0'
+ Env::Sanctify: '0'
+ Fcntl: '0'
+ File::HomeDir: '0.86'
+ 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'
+ perl: '5.006'
+ version: '0'
resources:
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.14
+version: '1.15'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
with valgrind.
VERSION
- Version 1.14
+ Version 1.15
SYNOPSIS
# From the command-line
Ignored if you supply your own custom "action", otherwise defaults
to false.
- * "extra_supps => \@files"
+ * "regen_def_supp => $bool"
- Also use suppressions from @files besides "perl"'s.
+ If true, forcefully regenerate the default suppression file.
- Defaults to empty.
+ Defaults to false.
* "no_def_supp => $bool"
Defaults to false.
+ * "extra_supps => \@files"
+
+ Also use suppressions from @files besides "perl"'s.
+
+ Defaults to empty.
+
"import"
use Test::Valgrind %options;
David Cantrell, for providing shell access to one of his smokers where
the tests were failing.
- The debian-perl team, for offering all the feedback they could regarding
+ The Debian-perl team, for offering all the feedback they could regarding
the build issues they met.
All you people that showed interest in this module, which motivated me
into completely rewriting it.
COPYRIGHT & LICENSE
- Copyright 2008,2009,2010,2011,2013 Vincent Pit, all rights reserved.
+ Copyright 2008,2009,2010,2011,2013,2015 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.
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 SYNOPSIS
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
package Test::Valgrind::Parser::XML::Twig::Elt;
-our $VERSION = '1.14';
+our $VERSION = '1.15';
BEGIN { require XML::Twig; }
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
=head1 VERSION
-Version 1.14
+Version 1.15
=cut
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 DESCRIPTION
use base qw<Test::Valgrind::Report>;
-our $VERSION = '1.14';
+our $VERSION = '1.15';
my @kinds = qw<
InvalidFree