Links to Ovid's Test::Class tutorial series

Ovid has a series of five great tutorial posts on Perl’s Test::Class on chromatic’s Modern Perl Books blog.

Even though the links are included in the Test::Class::Most documentation, I always forget to look there. So, here they are, for future reference:

  1. Organizing Test Suites with Test::Class

  2. Reusing Test Code with Test::Class

  3. Making Your Testing Life Easier

  4. Using Test Control Methods with Test::Class

  5. Working with Test::Class Test Suites

Another useful post by Ovid on Test::Class is Mangling Test::Class.