Test::Class
From Perl QA
Test::Class is an xUnit testing framework built on top of the Perl standard Test::Harness/Test::Builder based testing framework.
Compare with Test::Unit, a fairly straight port of JUnit into Perl.
[edit] Links
Testing the Test::Class Way - a presentation by Adrian Howard.
