NAME
Task::Test::Run::AllPlugins - Specifications for installing all the Test::Run Plugins
DESCRIPTION
Test::Run is an improved harness for running test files based on the "Test Anything Protocol" (TAP - http://testanything.org/ ), which is commonly used for writing tests for Perl code, but is otherwise universal.
Installing this Task should get you up-to-speed with Test::Run by installing all the plugins that are available for it.
USAGE
From the CPAN or CPANPLUS shell type:
install Task::Test::Run::AllPlugins
And follow all the depenedencies.
Afterwards, set the environment variable HARNESS_PLUGINS
to the following:
export HARNESS_PLUGINS="ColorSummary ColorFileVerdicts"
Or if you wish to use the Alternate Interpreters plugin as well to:
export HARNESS_PLUGINS="ColorSummary ColorFileVerdicts AlternateInterpreters"
Then you can use runprove to run and analyze TAP scripts (like CPAN modules t/*.t files) from the command line:
runprove t/*.t
If you have written a plugin and wish it to be included in this task, don't hesitate to contact me: http://www.shlomifish.org/me/contact-me/ .
AUTHOR
Shlomi Fish, <shlomif at iglu.org.il>
BUGS
Please report any bugs or feature requests to bug-task-latemp at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Latemp. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Task::Latemp
You can also look for information at:
The Test-Run Homepage
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
MetaCPAN
Search CPAN
ACKNOWLEDGEMENTS
SEE ALSO
Task, Test::Run::Obj, Test::Run::Core, Test::Run::CmdLine.
The documentation of the appropriate plugins.
COPYRIGHT & LICENSE
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: bsd