As of now, we use Test::More but current issue is that we have to run all the test files manually for testing. What I am looking for is a more of automated framework which can do incremental testing/build checks etc.
A wrapper around Test::More for that would be ideal but anything better and more functional would be fine too.
I am going through PerlUnit to see if that helps.