in reply to Organizing Test::Class tests with Test::Harness

You could just use prove:

prove t/*.t t/*/*.t

and make a test target in your Makefile that calls prove.

I should have read more carefully what badaiaqrandista wanted...