These new versions of the modules let you get test run comparison.
You can look at the example:
http://nothingmuch.woobling.org/Test-TAP-HTMLMatrix/example.pl
This example runs a test suite twice, injecting one of the runs with
dummy failures. Then the two models are consolidated
Hi,
I was told that Test::More patches should now go to this list so here we
go.
The attached patch serves as a draft for enabling test-scripts that fork
without the test-counter getting confused. It does so by using a
Storable imaged shared between the processes. The patch however does
need some