NAME
Test::Valgrind::Suppressions - Placeholder for architecture-dependant perl suppressions.
VERSION
Version 0.07
DESCRIPTION
Test::Valgrind needs suppressions so that perl's errors aren't reported. However, these suppressions depend widely on the architecture, perl's version and the features it has been build with (e.g. threads). The goal of this module is hence to be installed together with the suppression file generated when the Test-Valgrind distribution was built, and to handle back to Test::Valgrind the path to the suppression file.
FUNCTIONS
supp_path
Returns the path to the suppression file that applies to the current running perl, or undef
when no such file is available.
CONSTANTS
VG_PATH
The path to the valgrind binary from which the suppressions were generated.
EXPORT
This module exports the "supp_path" function and the "VG_PATH" constants only on demand, either by giving their name explicitely or by the :funcs
, :consts
or :all
tags.
SEE ALSO
AUTHOR
Vincent Pit, <perl at profvince.com>
, http://www.profvince.com.
You can contact me by mail or on #perl @ FreeNode (vincent or Prof_Vince).
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 & LICENSE
Copyright 2008 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.