]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind.pm
Nits in Test::Valgrind::import description
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind.pm
index 28aa6414a7657e7c8844d9824c5e4a2be686c64a..1b4aa78a287fbdf4ebc3d2252f8967cb6bceb5a5 100644 (file)
@@ -189,8 +189,8 @@ sub analyse {
 
 =head2 C<import [ %options ]>
 
-In the parent process, L</import> calls L</analyse> with the arguments it received itself - except that if no C<file> 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</import> calls L</analyse> with the arguments it received itself - except that if no C<file> 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 C<return>s so that the calling code is actually run under C<valgrind>.