]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
The report_class is given by the tool, not by the action
authorVincent Pit <vince@profvince.com>
Mon, 26 Oct 2009 12:20:56 +0000 (13:20 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 26 Oct 2009 12:20:56 +0000 (13:20 +0100)
lib/Test/Valgrind/Session.pm

index a2636d74b5cad7b60c9c039624d3fb424087bdac..b1710e2947acf86b0bf17922ce713fd86dd4462e 100644 (file)
@@ -314,7 +314,7 @@ sub parser_class { $_[0]->tool->parser_class($_[0]) }
 
 =head2 C<report_class>
 
-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