1Test::Valgrind::Action:U:sSeurppCroenstsriiobnust(e3d)PTeerslt:D:oVcaulmgernitnadt:i:oAnction::Suppressions(3)
2
3
4
6 Test::Valgrind::Action::Suppressions - Generate suppressions for a
7 given tool.
8
10 Version 1.19
11
13 This action just writes the contents of the suppressions reports
14 received into the suppression file.
15
17 This class inherits Test::Valgrind::Action.
18
19 "new"
20 my $tvas = Test::Valgrind::Action::Suppressions->new(
21 name => $name,
22 target => $target,
23 %extra_args,
24 );
25
26 Your usual constructor.
27
28 You need to specify the suppression prefix as the value of "name", and
29 the target file as "target".
30
31 Other arguments are passed straight to "Test::Valgrind::Action->new".
32
33 "name"
34 my $name = $tvas->name;
35
36 Read-only accessor for the "name" option.
37
38 "target"
39 my $target = $tvas->target;
40
41 Read-only accessor for the "target" option.
42
44 Test::Valgrind, Test::Valgrind::Action.
45
47 Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
48
49 You can contact me by mail or on "irc.perl.org" (vincent).
50
52 Please report any bugs or feature requests to "bug-test-valgrind at
53 rt.cpan.org", or through the web interface at
54 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will
55 be notified, and then you'll automatically be notified of progress on
56 your bug as I make changes.
57
59 You can find documentation for this module with the perldoc command.
60
61 perldoc Test::Valgrind::Action::Suppressions
62
64 Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights
65 reserved.
66
67 This program is free software; you can redistribute it and/or modify it
68 under the same terms as Perl itself.
69
70
71
72perl v5.28.0 2016-0T8e-s0t1::Valgrind::Action::Suppressions(3)