An Introduction to Testing - http://www.perl.com/pub/a/2001/12/04/testing.html
Article on perl.com by chromatic, which explains why writing tests is good and how to go about it. |
Automated Testing With Perl - http://www.petdance.com/perl/automated-testing/
Slides for an introduction to Perl tests, with an overview of the CPAN testing modules. |
LectroTest - http://community.moertel.com/ss/space/LectroTest
Automatic, specification-based testing tool for Perl, that by running repeated random trials against the code being tested. FAQs, lists, forum, and talks. |
Perl Quality Assurance Projects - http://qa.perl.org/
Directory and coordination point for CPAN testers, the Phalanx project, and articles and general information about Perl testing. |
Perl Testing Reference Card - http://langworth.com/pub/perl_test_refcard.pdf
One-page synopsys of some of the most popular Test:: modules, by Ian Langworth. |