http://www.perlmonks.org?node_id=808522


in reply to Embedding tests?

You could always adopt the Java approach and use Test::Unit ... which I was forced [sic] to do in my recently pre-emptorarily terminated client engagement - writing perl to look and (if at all possible) behave like java - a singularly bizarre experience (witness some of my posts of the time:-).

Having said that, methinx the use of Test::Unit is not without benefit - in as much as it facilitates a much cleaner approach to unit testing ... by separating the white box (Test::Unit) and black box (Test::More et al) testing.

A user level that continues to overstate my experience :-))