]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - README
Improve TAP regexps in t/30-skip.t
[perl/modules/Test-Valgrind.git] / README
diff --git a/README b/README
index c4bc72dd408e4141acbf8971e9134ea56ec33571..ba10961a7bbea22c08d825ed435c77c503318941 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     with valgrind.
 
 VERSION
     with valgrind.
 
 VERSION
-    Version 1.15
+    Version 1.17
 
 SYNOPSIS
         # From the command-line
 
 SYNOPSIS
         # From the command-line
@@ -84,7 +84,7 @@ METHODS
         error. Raising this number improves granularity.
 
         Ignored if you supply your own custom "tool", otherwise defaults to
         error. Raising this number improves granularity.
 
         Ignored if you supply your own custom "tool", otherwise defaults to
-        12.
+        50.
 
     *   "diag => $bool"
 
 
     *   "diag => $bool"
 
@@ -105,6 +105,13 @@ METHODS
 
         Defaults to false.
 
 
         Defaults to false.
 
+    *   "allow_no_supp => $bool"
+
+        If true, force running the analysis even if the suppression files do
+        not refer to any "perl"-related symbol.
+
+        Defaults to false.
+
     *   "extra_supps => \@files"
 
         Also use suppressions from @files besides "perl"'s.
     *   "extra_supps => \@files"
 
         Also use suppressions from @files besides "perl"'s.