1Test::Run::CmdLine::ProUvsee(r3)Contributed Perl DocumenTteastti:o:nRun::CmdLine::Prove(3)
2
3
4

NAME

6       Test::Run::CmdLine::Prove - A Module for running tests from the command
7       line
8

SYNOPSIS

10           use Test::Run::CmdLine::Prove;
11
12           my $tester = Test::Run::CmdLine::Prove->new({'args' => [@ARGV]});
13
14           $tester->run();
15

Interface Functions

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

AUTHOR

29       Shlomi Fish, <http://www.shlomifish.org/> .
30

BUGS

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

ACKNOWLEDGEMENTS

40       Copyright 2005 Shlomi Fish, all rights reserved.
41
42       This program is released under the MIT X11 License.
43
44
45
46perl v5.30.0                      2019-07-26      Test::Run::CmdLine::Prove(3)
Impressum