X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind.pm;h=1b4aa78a287fbdf4ebc3d2252f8967cb6bceb5a5;hb=7ad8fbc2cc5dd369b54e5b9927b85c74e142ee6a;hp=28aa6414a7657e7c8844d9824c5e4a2be686c64a;hpb=0e79c45af8d5eabe900280cc0e5467936467dee9;p=perl%2Fmodules%2FTest-Valgrind.git 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.