From: Vincent Pit Date: Sat, 25 Apr 2009 13:43:55 +0000 (+0200) Subject: Phrasing fix in Test::Valgrind::Tool POD X-Git-Tag: v1.02~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=1fdcbca240b4f4d939304b6e3c002d9ecc4289b4 Phrasing fix in Test::Valgrind::Tool POD --- diff --git a/lib/Test/Valgrind/Tool.pm b/lib/Test/Valgrind/Tool.pm index 5316521..0fc287d 100644 --- a/lib/Test/Valgrind/Tool.pm +++ b/lib/Test/Valgrind/Tool.pm @@ -156,7 +156,7 @@ sub parse { =head2 C -Parse the suppression reports sent by the C process attached to the session C<$session> through the filehandle C<$fh>. +Parse the suppression reports that the C process attached to the session C<$session> send through the filehandle C<$fh>. This method must be implemented when subclassing.