]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - README
This is 0.07
[perl/modules/Test-Valgrind.git] / README
diff --git a/README b/README
index 2a1061889b38a7efd282c2ac69b422e4a6c93d87..c123f9791edf7a4b1331551141f792be49c986f5 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Test::Valgrind - Test Perl code through valgrind.
 
 VERSION
-    Version 0.06
+    Version 0.07
 
 SYNOPSIS
         use Test::More;
@@ -77,20 +77,23 @@ CAVEATS
     You can't use this module to test code given by the "-e" command-line
     switch.
 
-    Results will most likely be better if your perl is built with debugging
+    Perl 5.8 is notorious for leaking like there's no tomorrow, so the
+    suppressions are very likely not to be very accurate on it. Anyhow,
+    results will most likely be better if your perl is built with debugging
     enabled. Using the latest valgrind available will also help.
 
     This module is not really secure. It's definitely not taint safe. That
     shouldn't be a problem for test files.
 
-    If your tests output to STDERR, everything will be eaten in the process.
-    In particular, running this module against test files will obliterate
-    their original test results.
+    What your tests output to STDOUT is eaten unless you pass the "diag"
+    option, in which case it will be reprinted as diagnostics. STDERR is
+    kept untouched.
 
 DEPENDENCIES
     Valgrind 3.1.0 (<http://valgrind.org>).
 
-    Carp, POSIX (core modules since perl 5) and Test::More (since 5.6.2).
+    Carp, Fcntl, POSIX (core modules since perl 5) and Test::Builder (since
+    5.6.2).
 
     Perl::Destruct::Level.