X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand.pm;h=0f87b2a30f047a85589ed6d6bb69478b9ca2d014;hb=7811845d42a11114dbecfa68b1531ff9e2bd355d;hp=61f72fc3112908630721ce6a57cca5c561d25fb0;hpb=a1b4baae74607fbdf8b8ea4d0a09c6220b3ca4ae;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command.pm b/lib/Test/Valgrind/Command.pm index 61f72fc..0f87b2a 100644 --- a/lib/Test/Valgrind/Command.pm +++ b/lib/Test/Valgrind/Command.pm @@ -9,21 +9,22 @@ Test::Valgrind::Command - Base class for Test::Valgrind commands. =head1 VERSION -Version 1.01 +Version 1.13 =cut -our $VERSION = '1.01'; +our $VERSION = '1.13'; =head1 DESCRIPTION This class is the base for L commands. -Commands gather information about the target of the analysis. They should also provide a default setup for generating suppressions. +Commands gather information about the target of the analysis. +They should also provide a default setup for generating suppressions. =cut -use base qw/Test::Valgrind::Carp/; +use base qw; =head1 METHODS @@ -100,7 +101,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. @@ -132,7 +133,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.