X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FTool.pm;h=077fc09257ce71dbc1be397fff912b61cd766cfe;hp=147ee1109b00dc25851b6b8492f1d9d4c3ab50dd;hb=270aacc7f116b97928f9d70ce7936dd9d0a78ce0;hpb=14b54bdeb3ebea2f465cf5a034c59138b736b982 diff --git a/lib/Test/Valgrind/Tool.pm b/lib/Test/Valgrind/Tool.pm index 147ee11..077fc09 100644 --- a/lib/Test/Valgrind/Tool.pm +++ b/lib/Test/Valgrind/Tool.pm @@ -71,6 +71,16 @@ Defaults to return C, which skips suppression generation. sub new_trainer { } +=head2 C + +Returns the class from which the parser for this tool output will be instanciated. + +This method must be implemented when subclassing. + +=cut + +sub parser_class; + =head2 C Returns the class in which suppression reports generated by this tool will be blessed.