The uploaded file

    Test-SerialFork-0.01.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/P/PM/PMH/Test-SerialFork-0.01.tar.gz
  size: 3891 bytes
   md5: 087b258311b0265ad96946bfd7feb0e9

This module allows you to run the same test multiple times, with
different parameters. The forking isolates the runs from each other,
so that interpreter-wide changes made by one test run don't affect
the others.

This module is somewhat similar to Test::MultiFork, in that the test
process forks a specified number of times, and runs your tests in each
child process. The difference is that SerialFork only does one fork at
a time, where MultiFork does them all at once. It's also much easier
to give descriptive labels with SerialFork, so the output of the test
program is much clearer.

-- 
        Peter Haworth   [EMAIL PROTECTED]
perl -Mstrict -we '$_ = "goto F.print chop;\n=rekcaH lreP rehtona tsuJ";F1:eval'
                -- Abigail

Reply via email to