--- On Thu, 7/8/08, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > So how far do you scroll back, how do find the error > message, and what > happens when the root cause has outrun the history buffer?
I don't have to scroll back at all. I just have my tests die on first failure. use Test::Most qw/no_plan die/; Cheers, Ovid