X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind.pm;h=d5ddb2873a04004df43623d8aa817a35ec9e5b64;hb=cea977523ce9c4be865b97a0813a5e14cce873f9;hp=b4a2b84fbac888f3be5d5781f8fe4afc0c79a888;hpb=3aff25a7a85cc4462aa3d144dced7cd8b1bea0f7;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index b4a2b84..d5ddb28 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -9,11 +9,11 @@ Test::Valgrind - Generate suppressions, analyse and test any command with valgri =head1 VERSION -Version 1.11 +Version 1.13 =cut -our $VERSION = '1.11'; +our $VERSION = '1.13'; =head1 SYNOPSIS @@ -166,7 +166,7 @@ sub analyse { my $sess = eval { Test::Valgrind::Session->new( min_version => $tool->requires_version, - map { $_ => delete $args{$_} } qw/extra_supps no_def_supp/ + map { $_ => delete $args{$_} } qw ); }; unless ($sess) { @@ -361,11 +361,15 @@ RafaEl Garcia-Suarez, for writing and instructing me about the existence o H.Merijn Brand, for daring to test this thing. +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 build issues they met. + All you people that showed interest in this module, which motivated me into completely rewriting it. =head1 COPYRIGHT & LICENSE -Copyright 2008-2009 Vincent Pit, all rights reserved. +Copyright 2008,2009,2010,2011 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.