blob: ded37abd7f4d8961a6e7c8e9df5b1dc036488926 (
plain) (
blame)
1
2
3
4
5
6
7
|
Test::Harness is limited to printing out its results. This makes analysis of
the test results difficult for anything but a human. To make it easier for
programs to work with test results, we provide Test::Harness::Straps. Instead
of printing the results, straps provide them as raw data. You can also
configure how the tests are to be run.
WWW: http://search.cpan.org/dist/Test-Harness-Straps/
|