Test::Run::CmdLine::Drivers::Default - the default command line driver.


Test-Run-CmdLine documentation Contained in the Test-Run-CmdLine distribution.

Index


Code Index:

NAME

Top

Test::Run::CmdLine::Drivers::Default - the default command line driver.

SYNOPSIS

Top

This is a class for the Test::Run internal use.

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 Contained in the Test-Run-CmdLine distribution.

package Test::Run::CmdLine::Drivers::Default;

use strict;
use warnings;

1;