X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand.pm;h=158d4a3ecec275e4fba394a15700179213c14c1a;hb=93bdd32c84466f212aded61d70219e82cb538620;hp=2afa4b03695ad8b063b7e1ac0d20e35081bdd47f;hpb=08860dad1f820cce06758ec4add9353a4dbc8175;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command.pm b/lib/Test/Valgrind/Command.pm index 2afa4b0..158d4a3 100644 --- a/lib/Test/Valgrind/Command.pm +++ b/lib/Test/Valgrind/Command.pm @@ -100,7 +100,7 @@ sub suppressions_tag; =head2 C -The <$session> calls this method after receiving a report from the tool and before forwarding it to the action. +The C<$session> calls this method after receiving a report from the tool and before forwarding it to the action. You can either return a mangled C<$report> (which does not need to be a clone of the original) or C if you want the action to ignore it completely. Defaults to the identity function.