The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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
<jik@worldwinner.com>.  In addition, the following people contributed
bug fixes, enhancements, and/or useful suggestions:

  Paul GABORIT <gaborit@enstimac.fr>
  Adam Spiers <perl@adamspiers.org>