To: | Andy Lester <andy [...] petdance.com> |
From: | David Wheeler <david [...] kineticode.com> |
Subject: | prove -v |
Date: | Fri, 16 Jan 2004 10:56:08 -0800 |
Hi Andy,
Just a note to point out that prove -v doesn't set the TEST_VERBOSE
environment variable. Most of the time this is okay, because
Test::Harness has its $Test::Harness::verbose variable. However, other
modules may check for the environment variable. A good example is
Test::Class.
You want a patch to prove to set it? Or should Test::Harness just set
it if $Test::Harness::verbose is true?
Thanks,
David