X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind.pm;h=ed3a1976bedd63d99446b4d1a3fc35c61bc64893;hb=63f17cfcf624bc6764d32a7e674baf6329fd2d4a;hp=5e95a9fffb87ed30cc37ce0752eba1cbf54b7fae;hpb=b354437c7e018fdd1861e90a58f1f639c6bcf047;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index 5e95a9f..ed3a197 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.14 +Version 1.15 =cut -our $VERSION = '1.14'; +our $VERSION = '1.15'; =head1 SYNOPSIS @@ -108,11 +108,11 @@ Ignored if you supply your own custom C, otherwise defaults to false. =item * -C<< extra_supps => \@files >> +C<< regen_def_supp => $bool >> -Also use suppressions from C<@files> besides C's. +If true, forcefully regenerate the default suppression file. -Defaults to empty. +Defaults to false. =item * @@ -122,6 +122,14 @@ If true, do not use the default suppression file. Defaults to false. +=item * + +C<< extra_supps => \@files >> + +Also use suppressions from C<@files> besides C's. + +Defaults to empty. + =back =cut @@ -168,7 +176,7 @@ sub analyse { my $sess = eval { Test::Valgrind::Session->new( min_version => $tool->requires_version, - map { $_ => delete $args{$_} } qw + map { $_ => delete $args{$_} } qw ); }; unless ($sess) { @@ -373,7 +381,7 @@ All you people that showed interest in this module, which motivated me into comp =head1 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.