in reply to Unit Testing

I've only ever used the likes of Test::Class and Test::More for Perl unit tests. Mostly because it's a de facto community standard for modules that go up on cpan.

I have used JUnit derivatives in other languages, but can't attest to the quality either way of PerlUnit.

__________
Systems development is like banging your head against a wall...
It's usually very painful, but if you're persistent, you'll get through it.