]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - README
Output what we got when t/30-bad.t fails
[perl/modules/Test-Valgrind.git] / README
diff --git a/README b/README
index 2a1061889b38a7efd282c2ac69b422e4a6c93d87..9ee1160357ef5a411963ea39baece580ff1aa686 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Test::Valgrind - Test Perl code through valgrind.
 
 VERSION
-    Version 0.06
+    Version 0.08
 
 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.
 
@@ -100,8 +103,7 @@ SEE ALSO
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
-    You can contact me by mail or on #perl @ FreeNode (vincent or
-    Prof_Vince).
+    You can contact me by mail or on "irc.perl.org" (vincent).
 
 BUGS
     Please report any bugs or feature requests to "bug-test-valgrind at
@@ -123,7 +125,7 @@ ACKNOWLEDGEMENTS
     H.Merijn Brand, for daring to test this thing.
 
 COPYRIGHT & LICENSE
-    Copyright 2008 Vincent Pit, all rights reserved.
+    Copyright 2008-2009 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.