X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FAction%2FSuppressions.pm;h=3c6cffe7c9ab67b1b6057bb0f0bd51f2945867ad;hb=d83358595540f8645467c2d1a2f658fa74b14c72;hp=1d86ca8299646be9dd3890d249a83b0fe8fbc327;hpb=cea977523ce9c4be865b97a0813a5e14cce873f9;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Action/Suppressions.pm b/lib/Test/Valgrind/Action/Suppressions.pm index 1d86ca8..3c6cffe 100644 --- a/lib/Test/Valgrind/Action/Suppressions.pm +++ b/lib/Test/Valgrind/Action/Suppressions.pm @@ -27,7 +27,13 @@ use base qw; This class inherits L. -=head2 C<< new name => $name, target => $target, ... >> +=head2 C + + my $tvas = Test::Valgrind::Action::Suppressions->new( + name => $name, + target => $target, + %extra_args, + ); Your usual constructor. @@ -63,6 +69,8 @@ sub do_suppressions { 1 } =head2 C + my $name = $tvas->name; + Read-only accessor for the C option. =cut @@ -71,6 +79,8 @@ sub name { $_[0]->{name} } =head2 C + my $target = $tvas->target; + Read-only accessor for the C option. =cut