]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Nits in Test::Valgrind::import description
authorVincent Pit <vince@profvince.com>
Tue, 21 Apr 2009 08:34:33 +0000 (10:34 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 22 Apr 2009 23:41:32 +0000 (01:41 +0200)
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>.