Test::Valgrind::Suppressions.3pm

Langue: en

Autres versions - même langue

Version: 2009-05-02 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Test::Valgrind::Suppressions - Generate suppressions for given tool and command.

VERSION

Version 1.02

DESCRIPTION

This module is an helper for generating suppressions.

METHODS

generate tool => $tool, command => $command, target => $target

Generates suppressions for the command "$command->new_trainer" and the tool "$tool->new_trainer", and writes them in the file specified by $target. The action used behind the scenes is Test::Valgrind::Action::Suppressions.

Returns the status code.

SEE ALSO

Test::Valgrind, Test::Valgrind::Command, Test::Valgrind::Tool, Test::Valgrind::Action::Suppressions.

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-suppressions 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::Suppressions
 
 
Copyright 2008-2009 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.