1Test::Valgrind::Parser:U:sTeerxtC(o3n)tributed Perl DocuTmeesntt:a:tViaolngrind::Parser::Text(3)
2
3
4
6 Test::Valgrind::Parser::Text - Parse valgrind output as a text stream.
7
9 Version 1.19
10
12 This is a Test::Valgrind::Parser object that can extract suppressions
13 from "valgrind"'s text output.
14
16 "args"
17 my @args = $tvp->args($session, $fh);
18
19 Returns the arguments needed to tell "valgrind" to print in text to the
20 filehandle $fh.
21
23 Test::Valgrind, Test::Valgrind::Parser.
24
26 Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
27
28 You can contact me by mail or on "irc.perl.org" (vincent).
29
31 Please report any bugs or feature requests to "bug-test-valgrind at
32 rt.cpan.org", or through the web interface at
33 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will
34 be notified, and then you'll automatically be notified of progress on
35 your bug as I make changes.
36
38 You can find documentation for this module with the perldoc command.
39
40 perldoc Test::Valgrind::Parser::Text
41
43 Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights
44 reserved.
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.
48
49
50
51perl v5.30.1 2020-01-30 Test::Valgrind::Parser::Text(3)