Task::Test::Run::AllPlugins - Specifications for installing all the Test::Run


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

Index


NAME

Top

Task::Test::Run::AllPlugins - Specifications for installing all the Test::Run Plugins

DESCRIPTION

Top

Test::Run ( http://web-cpan.berlios.de/modules/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

Top

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

Top

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

BUGS

Top

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

Top

You can find documentation for this module with the perldoc command.

    perldoc Task::Latemp

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Task-Latemp

* CPAN Ratings

http://cpanratings.perl.org/d/Task-Latemp

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-Latemp

* Search CPAN

http://search.cpan.org/dist/Task-Latemp

ACKNOWLEDGEMENTS

Top

SEE ALSO

Top

Task, Test::Run::Obj, Test::Run::Core, Test::Run::CmdLine.

The documentation of the appropriate plugins.

COPYRIGHT & LICENSE

Top


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