From: Vincent Pit Date: Tue, 21 Apr 2009 08:34:33 +0000 (+0200) Subject: Nits in Test::Valgrind::import description X-Git-Tag: v1.02~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=7ad8fbc2cc5dd369b54e5b9927b85c74e142ee6a Nits in Test::Valgrind::import description --- diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index 28aa641..1b4aa78 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -189,8 +189,8 @@ sub analyse { =head2 C -In the parent process, L calls L with the arguments it received itself - except that if no C option was supplied, it tries to pick the highest caller context that looks like a script. -When the analyse finishes, it exists with the status that was returned. +In the parent process, L calls L with the arguments it received itself - except that if no C option was supplied, it tries to pick the first caller context that looks like a script. +When the analyse ends, it exits with the status that was returned. In the child process, it just Cs so that the calling code is actually run under C.