demerphq wrote:
Im so far going with the strategy that my module replaces Test::More with itself. I decided not to overload any of its behaviour either and just add an extra method.
I think it would be much more usefull to have your module work with rather than in place of Test::More. I can't see any advantage in replacing Test::More.