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

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

Initializes a new object. 'args' is a keyed parameter that gives the command line for the prove utility (as an array ref of strings).
'env_switches' is a keyed parameter that gives a string containing more arguments, or undef if not wanted.
Runs the tests.

Shlomi Fish, <shlomif@iglu.org.il>

Please report any bugs or feature requests to bug-test-run-cmdline@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Run-CmdLine. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.


Copyright 2005 Shlomi Fish, all rights reserved.
This program is released under the MIT X11 License.