http://qs321.pair.com?node_id=1199046

perl4life has asked for the wisdom of the Perl Monks concerning the following question:

Hi

I'm using Test::More to write tests for my application.

There are a lot of tests, so when it's complete I'd like to give the user a summary like all tests passed, or 5 tests failed 25 passed, etc.

I'm not seeing anyway to do this within the module however, does anyone know a way to do this?

thanks!