NAME
Task::Toolchain::Test - Install most common test toolchain modules
VERSION
Version 0.01
SUMMARY
It's annoying sitting down at a new box and discovering that you don't have the latest testing modules installed. Or you're writing a test and and you find out that you didn't have Test::Exception installed after all.
Test Modules
This task installs relatively new versions of the following modules:
How Were They Chosen?
Three criteria were used to choose the above list:
Ovid's list of most popular testing modules.
http://blogs.perl.org/users/ovid/2010/01/most-popular-testing-modules---january-2010.html
Modules that are easy to install.
I love Test::WWW::Mechanize, but its high failure rate means that it was left off this list.
Modules which should be more popular.
This is where people might gripe because I not only included Test::Class, but also two of my
*::Most
testing modules. Though to be fair, I've written, have commit access or patches to much of the above list, so maybe all of this is an exercise in vanity. Sue me :)
AUTHOR
Curtis "Ovid" Poe, <ovid at cpan.org>
BUGS
Please report any bugs or feature requests to bug-task-toolchain-test at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Toolchain-Test. 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::Toolchain::Test
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-Toolchain-Test
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Vienna.pm (http://vienna.pm.org/) sponsored the 2010 Perl QA Hackathon (http://2010.qa-hackathon.org/qa2010/). Some bootstrapping issues we were trying to resolve led to his module.
COPYRIGHT & LICENSE
Copyright 2010 Curtis "Ovid" Poe, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.