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


Test-Run-CmdLine documentation  | view source Contained in the Test-Run-CmdLine distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    use Test::Run::CmdLine::Prove;

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

    $tester->run();

Interface Functions

Top

$prove = Test::Run::CmdLine::Prove->create({'args' => [@ARGV], 'env_switches' => $env_switches});

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.

$prove->run()

Runs the tests.

AUTHOR

Top

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

BUGS

Top

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.

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Test-Run-CmdLine documentation  | view source Contained in the Test-Run-CmdLine distribution.