On 20/07/06, Randy W. Sims <[EMAIL PROTECTED]> wrote:
Fergal Daly wrote:
> I have svn commit access but no idea how to use it prooperly so
> attached is a 5 line patch to Test::Builder to make it say things like
I think I would vote for this, but maybe with a setting or environment
variable to enable it and leave it off by default.
I think it should be on by default because in most circumstances it
will make no difference (most scripts don't currently use sub
routines). If it's off, then people won't even know they can turn it
on.
Sadly turning this on (or anything that alters Test::Builder's output)
will probably break anything that uses Test::Builder::Tester :(
That means an environment variable is not an option. Maybe something like
use Test::More stack_trace => 1;
F
Maybe $Level could be documented more prominently also.