Test-SerialFork version 0.01
============================
$Id: README,v 1.1 2005/07/27 15:07:09 pmh Exp $

Test::SerialFork is useful in situations where you want to run the same
test with different parameters, but each run needs to be in a separate
process.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

 Test::Builder

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2005 Institute of Physics Publishing Ltd

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.6.0 or,
at your option, any later version of Perl 5 you may have available.