I think that the most important testing module that I learned was Test::Class. It is basically providing a OO structure to writing your tests.
While I am (unsurprisingly) quite fond of Test::Class, I'm not sure I'd recommend it as a first step if you've not done testing in Perl before. Especially if you're not particularly familiar with OO.
Start with Test::More and friends then, if you start finding you're wanting to factor out common testing functionality, take a look at Test::Class.
In reply to Re^2: RFC: Perl Testing -- How to Introduce to a team
by adrianh
in thread RFC: Perl Testing -- How to Introduce to a team
by NovMonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |