in reply to Perl modules with well written testing suites

I was just working on this myself the other day, and I took a look at Storable and HTML::Embperl, if I remember correctly. They were helpful for getting down the basics of *how* to do it.

It sounds more like your question might be *what* to do, though, ie. what exactly you should be testing. Perhaps? The most important reason for having a test suite, I think, is that it should test every important piece of your system. This allows for:

I realize that this isn't very specific, but really the specifics all deal with your particular system.
  • Comment on Re: Perl modules with well written testing suites