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


in reply to A simple test framework

Without seeing "the tests" its kinda hard to know what the most appropriate abstraction is. If the tests are broken up in a hierarchical manner or alongside class boundaries something like Test::Class would probably work well for you.

If not maybe something like Test::Group or Test::Object would help?