http://schwern.org/src/Test-Fork-0.02.tar.gz
On its way to CPAN now.


I just cleaned up and released a "stable" version of Test::Fork which is a
helper module for code that forks.  It does all the Test::Builder voodoo
necessary to have tests happening in parallel on a single TAP stream.


NAME
       Test::Fork - test code which forks

SYNOPSIS
           use Test::More tests => 4;
           use Test::Fork;

           fork_ok(2, sub{
               pass("Test in the child process");
               pass("Another test in the child process");
           });

           pass("Test in the parent");



-- 
Insulting our readers is part of our business model.
        http://somethingpositive.net/sp07122005.shtml

Reply via email to