[email protected] wrote:
Q: How can a test program tell if it's running in verbose mode?
you don't. use note($message) from Test::More to output things that should be seen only in verbose mode.
cheers, Aldo
[email protected] wrote:
Q: How can a test program tell if it's running in verbose mode?
you don't. use note($message) from Test::More to output things that should be seen only in verbose mode.
cheers, Aldo