X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FTool.pm;h=0fc287df309004ae563f9f29a15c4a91c547ae5d;hb=1fdcbca240b4f4d939304b6e3c002d9ecc4289b4;hp=5316521cb88446b2ae01017acaf45adc7ca9e3bb;hpb=fdadaab3d9f16b7299d29d5952a8c8975cd0cdbc;p=perl%2Fmodules%2FTest-Valgrind.git 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.