The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Valgrind::Action::Suppressions - Generate suppressions for a given tool.

VERSION

Version 1.19

DESCRIPTION

This action just writes the contents of the suppressions reports received into the suppression file.

METHODS

This class inherits Test::Valgrind::Action.

new

    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.

name

    my $name = $tvas->name;

Read-only accessor for the name option.

target

    my $target = $tvas->target;

Read-only accessor for the target option.

SEE ALSO

Test::Valgrind, Test::Valgrind::Action.

AUTHOR

Vincent Pit, <perl at profvince.com>, http://www.profvince.com.

You can contact me by mail or on irc.perl.org (vincent).

BUGS

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.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Test::Valgrind::Action::Suppressions

COPYRIGHT & LICENSE

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.