I have been doing some OO Perl programming and I was wondering: which is the best way to perform unit tests?
So far I have been using the Test::Simple module to perform tests, but it feels insufficient for what I want.
Can you point me to some nice modules for that?