From: Vincent Pit Date: Mon, 26 Oct 2009 12:20:56 +0000 (+0100) Subject: The report_class is given by the tool, not by the action X-Git-Tag: v1.12~11 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=5d34ea42cbf8c01f49b45a894ded6c312bbae87e The report_class is given by the tool, not by the action --- diff --git a/lib/Test/Valgrind/Session.pm b/lib/Test/Valgrind/Session.pm index a2636d7..b1710e2 100644 --- a/lib/Test/Valgrind/Session.pm +++ b/lib/Test/Valgrind/Session.pm @@ -314,7 +314,7 @@ sub parser_class { $_[0]->tool->parser_class($_[0]) } =head2 C -Calls C<< ->action->report_class >> with the current session object as the unique argument. +Calls C<< ->tool->report_class >> with the current session object as the unique argument. =cut