in reply to getting Test::More test names to print out

Recent versions (>= 2.32) of Test-Harness (2.40) have a wonderful new script called prove.

It lets you run your tests in various ways without using make. It has a --verbose command-line switch.

  • Comment on Re: getting Test::More test names to print out