1Test::Valgrind::Parser:U:sXeMrL(C3o)ntributed Perl DocumTeenstta:t:iVoanlgrind::Parser::XML(3)
2
3
4
6 Test::Valgrind::Parser::XML - Parse valgrind output as an XML stream.
7
9 Version 1.19
10
12 This is a base class for Test::Valgrind::Parser objects that can parse
13 "valgrind"'s XML output.
14
16 "args"
17 my @args = $tvp->args($session, $fh);
18
19 Returns the arguments needed to tell "valgrind" to print in XML 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::XML
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.38.0 2023-07-30 Test::Valgrind::Parser::XML(3)