Re: stack traces

2006-07-20 Thread Fergal Daly
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 e

Re: stack traces

2006-07-19 Thread Randy W. Sims
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. Maybe $Level cou

stack traces

2006-07-19 Thread Fergal Daly
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 1..2 not ok 1 # Failed test in stack.t at line 4. # Called from stack.t at line 8. not ok 2 - wibble # Failed test 'wibble' # in stack.t at line 5. # Ca