Parallel::Jobs
==============

The Parallel::Jobs module allows you to run jobs in parallel with
access to their stdout and stderr.  That access is the biggest
difference between this module and others such as
Parallel::ForkManager.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT AND LICENCE

Copyright (C) 2002-2003 WorldWinner.com, Inc.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

CREDITS

This module was written and is maintained by Jonathan Kamens
<[email protected]>.  In addition, the following people contributed
bug fixes, enhancements, and/or useful suggestions:

 Paul GABORIT <[email protected]>
 Adam Spiers <[email protected]>