http://www.perlmonks.org?node_id=29342


in reply to Perl modules with well written testing suites

Just a quick comment to add that, as an example, Test::Cmd is very useful. I am also planning to use a t/ directory, and following this example added a little clarity to the Test and Test::Harness man pages.

I am not sure Benchmark is useful for (regression) testing. It is however, to finetune your code.

  • Comment on Re: Perl modules with well written testing suites