]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Document things
authorVincent Pit <vince@profvince.com>
Sun, 28 Sep 2008 13:17:52 +0000 (15:17 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 28 Sep 2008 13:17:52 +0000 (15:17 +0200)
lib/Test/Valgrind.pm

index c76231d07ba5dada26053ea4e75e9010c996dc98..7d5ba0a0953b6614b4e9d1fe925e15aea6780e44 100644 (file)
@@ -234,11 +234,11 @@ sub import {
 
 You can't use this module to test code given by the C<-e> command-line switch.
 
-Results will most likely be better if your perl is built with debugging enabled. Using the latest valgrind available will also help.
+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 C<diag> option, in which case it will be reprinted as diagnostics. STDERR is kept untouched.
 
 =head1 DEPENDENCIES