X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FTool.pm;h=eb450c5faf415273377c95e7e90da43b5689d589;hb=1032312bd6aa3f16153e3ba3fdf6b4d2531dea8c;hp=b5c86a5627a6a63042fff21cab6a977f0f0dca06;hpb=1d0c26d755a760ddc41b203a1dd8ec215aaa8593;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Tool.pm b/lib/Test/Valgrind/Tool.pm index b5c86a5..eb450c5 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.18 +Version 1.19 =cut -our $VERSION = '1.18'; +our $VERSION = '1.19'; =head1 DESCRIPTION @@ -83,7 +83,7 @@ sub new_trainer { } my $parser_class = $tvt->parser_class($session); -Returns the class from which the parser for this tool output will be instanciated. +Returns the class from which the parser for this tool output will be instantiated. This method must be implemented when subclassing.