logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

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.

Name

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

See Also

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

Support

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

           perldoc Test::Valgrind::Action::Suppressions

Version

       Version 1.19

See Also