ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
410 B
Text
9 lines
410 B
Text
Have you ever tried to debug a test script that is failing tests? Without too
|
|
many modifications, your test script can generate a log file with information
|
|
about each failed test.
|
|
|
|
You can take your existing test script, and with (hopefully) very little
|
|
effort, convert it to use Test::Debugger. Then re-run your modified test and
|
|
view the log file it creates.
|
|
|
|
WWW: https://metacpan.org/release/Test-Debugger
|