I've written a new module for CPAN called Parallel::Simple. It's my first CPAN module, and I have not yet uploaded it because I have not yet written any formal tests for it (although I use it in production currently). I've also never written any formal tests in perl at all (using the Test::* libraries).

I've skimmed the Test::* docs, including Tutorial, read various articles on perl.com, and I have the Sam Tregar book, so I'm confidant I can figure out how to use the tools. The question remains as to how to apply them. In particular, how would you design formal tests for code that forks?

Here's the module:

   http://ofernave.com/pm/

All comments/suggestions welcome!

-ofer

Reply via email to