package Task::Test::Run::AllPlugins; use warnings; use strict; =head1 NAME Task::Test::Run::AllPlugins - Specifications for installing all the Test::Run Plugins =cut our $VERSION = '0.0100'; =head1 DESCRIPTION Test::Run ( L ) is an improved harness for running test files based on the "Test Anything Protocol" (TAP - L ), 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. =head1 USAGE From the CPAN or CPANPLUS shell type: install Task::Test::Run::AllPlugins And follow all the depenedencies. Afterwards, set the environment variable C 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: L . =head1 AUTHOR Shlomi Fish, C<< >> =head1 BUGS Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT You can find documentation for this module with the perldoc command. perldoc Task::Latemp You can also look for information at: =over 4 =item * AnnoCPAN: Annotated CPAN documentation L =item * CPAN Ratings L =item * RT: CPAN's request tracker L =item * Search CPAN L =back =head1 ACKNOWLEDGEMENTS =head1 SEE ALSO L, L, L, L. The documentation of the appropriate plugins. =head1 COPYRIGHT & LICENSE Copyright 2006 Shlomi Fish, all rights reserved. This program is released under the following license: bsd =cut 1; # End of Task::Latemp