Organizing Test Suites with Test::Class - Modern Perl Programming

Submitted by michael on Thu, 01/01/2015 - 16:16

When working with large test suites, using procedural tests for object-oriented code
becomes clumsy after a while. This is where Test::Class really shines. Unfortunately, many
programmers struggle to learn this module or don't use its full power. Please note that...