1Test::Valgrind::CommandU:s:eArggCroengtartieb(u3t)ed PerTlesDto:c:uVmaelngtraitnido:n:Command::Aggregate(3)
2
3
4

NAME

6       Test::Valgrind::Command::Aggregate - A Test::Valgrind command that
7       aggregates several other commands.
8

VERSION

10       Version 1.19
11

DESCRIPTION

13       This command groups several commands together, which the session will
14       run under the same action.
15

METHODS

17       This class inherits Test::Valgrind::Command.
18
19   "new"
20           my $tvca = Test::Valgrind::Command::Aggregate->new(
21            commands => \@commands,
22            %extra_args,
23           );
24
25   "commands"
26           my @commands = $tvca->commands;
27
28       Read-only accessor for the "commands" option.
29

SEE ALSO

31       Test::Valgrind, Test::Valgrind::Command.
32

AUTHOR

34       Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
35
36       You can contact me by mail or on "irc.perl.org" (vincent).
37

BUGS

39       Please report any bugs or feature requests to "bug-test-valgrind at
40       rt.cpan.org", or through the web interface at
41       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>.  I will
42       be notified, and then you'll automatically be notified of progress on
43       your bug as I make changes.
44

SUPPORT

46       You can find documentation for this module with the perldoc command.
47
48           perldoc Test::Valgrind::Command::Aggregate
49
51       Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights
52       reserved.
53
54       This program is free software; you can redistribute it and/or modify it
55       under the same terms as Perl itself.
56
57
58
59perl v5.32.0                      2020-07-T2e8st::Valgrind::Command::Aggregate(3)
Impressum