X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FTool.pm;h=eb450c5faf415273377c95e7e90da43b5689d589;hp=6ad23f2607f5f5f4ee21123cf3796699365277b0;hb=1032312bd6aa3f16153e3ba3fdf6b4d2531dea8c;hpb=f2071d95aaaa4817e91cc33530deedc8d701d44d diff --git a/lib/Test/Valgrind/Tool.pm b/lib/Test/Valgrind/Tool.pm index 6ad23f2..eb450c5 100644 --- a/lib/Test/Valgrind/Tool.pm +++ b/lib/Test/Valgrind/Tool.pm @@ -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.