1Test::Run::CmdLine::ProUvsee(r3)Contributed Perl DocumenTteastti:o:nRun::CmdLine::Prove(3)
2
3
4
6 Test::Run::CmdLine::Prove - A Module for running tests from the command
7 line
8
10 use Test::Run::CmdLine::Prove;
11
12 my $tester = Test::Run::CmdLine::Prove->new({'args' => [@ARGV]});
13
14 $tester->run();
15
17 $prove = Test::Run::CmdLine::Prove->create({'args' => [@ARGV],
18 'env_switches' => $env_switches});
19 Initializes a new object. 'args' is a keyed parameter that gives the
20 command line for the prove utility (as an array ref of strings).
21
22 'env_switches' is a keyed parameter that gives a string containing more
23 arguments, or undef if not wanted.
24
25 $prove->run()
26 Runs the tests.
27
29 Shlomi Fish, <http://www.shlomifish.org/> .
30
32 Please report any bugs or feature requests to
33 "bug-test-run-cmdline@rt.cpan.org", or through the web interface at
34 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Run-CmdLine>. I
35 will be notified, and then you'll automatically be notified of progress
36 on your bug as I make changes.
37
40 Copyright 2005 Shlomi Fish, all rights reserved.
41
42 This program is released under the MIT X11 License.
43
44
45
46perl v5.36.0 2022-07-22 Test::Run::CmdLine::Prove(3)