Test::Valgrind::Action::Suppressions(3pm) | User Contributed Perl Documentation | Test::Valgrind::Action::Suppressions(3pm) |
Test::Valgrind::Action::Suppressions - Generate suppressions for a given tool.
Version 1.19
This action just writes the contents of the suppressions reports received into the suppression file.
This class inherits Test::Valgrind::Action.
my $tvas = Test::Valgrind::Action::Suppressions->new( name => $name, target => $target, %extra_args, );
Your usual constructor.
You need to specify the suppression prefix as the value of "name", and the target file as "target".
Other arguments are passed straight to "Test::Valgrind::Action->new".
my $name = $tvas->name;
Read-only accessor for the "name" option.
my $target = $tvas->target;
Read-only accessor for the "target" option.
Test::Valgrind, Test::Valgrind::Action.
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
You can contact me by mail or on "irc.perl.org" (vincent).
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Test::Valgrind::Action::Suppressions
Copyright 2009,2010,2011,2013,2015,2016 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.
2016-08-01 | perl v5.22.2 |