X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=lib%2FTest%2FValgrind%2FTool.pm;h=9bd530f5a43f17ffc2c64a560b76dc0a22ce5653;hb=74358c574d25781638689e3c3833b07928f17a02;hp=5316521cb88446b2ae01017acaf45adc7ca9e3bb;hpb=abe419ac02d109283a1fe5615f5ab9d0a9a5572f;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Tool.pm b/lib/Test/Valgrind/Tool.pm index 5316521..9bd530f 100644 --- a/lib/Test/Valgrind/Tool.pm +++ b/lib/Test/Valgrind/Tool.pm @@ -9,11 +9,11 @@ Test::Valgrind::Tool - Base class for Test::Valgrind tools. =head1 VERSION -Version 1.01 +Version 1.02 =cut -our $VERSION = '1.01'; +our $VERSION = '1.02'; =head1 DESCRIPTION @@ -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.