⭐
in reply to
What are some good testing references?
For books, see
Perl Testing: A Developer's Notebook
walks you through the entire testing setup and procedure, many practical tips for using the various testing modules and strategies.
Advanced Perl Programming 2ed
has a chapter dedicated to testing.
Perl Best Practices
also has a chapter dedicated to testing and debugging.
Also be sure to check out
http://qa.perl.org/
Comment on
Re: What are some good testing references?
In Section
Seekers of Perl Wisdom