X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=README;h=c4bc72dd408e4141acbf8971e9134ea56ec33571;hp=69478025296a8dd3e1734de9cfe747418f60ac18;hb=63f17cfcf624bc6764d32a7e674baf6329fd2d4a;hpb=d93ddba6bc7708cbd0df564b47eb63edf70d601c diff --git a/README b/README index 6947802..c4bc72d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME with valgrind. VERSION - Version 1.14 + Version 1.15 SYNOPSIS # From the command-line @@ -93,11 +93,11 @@ METHODS 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" @@ -105,6 +105,12 @@ METHODS Defaults to false. + * "extra_supps => \@files" + + Also use suppressions from @files besides "perl"'s. + + Defaults to empty. + "import" use Test::Valgrind %options; @@ -182,14 +188,15 @@ ACKNOWLEDGEMENTS 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.