Changes for version 0.06
- Avoid deadlock sitations by reading from pipes as soon as possible and don't wait for processes to end which they may not be able to do if nobody is reading the pipe they're trying to write to. Thanks to Marko Nordberg
- Fix problem where inc/Module/Install.pm wasn't included in tarball
- Updated 'Performance and properties of the loop body' POD section to explain that this forks for every iteration, so if each iteration is tiny, you may get worse performance from Parallel::Loops than a pure sequential run
- createTarball.pl: Use 'make all test manifest dist' instead of making the tarball ourselves
- Remove: use Scalar::Util
- Mention repository in Makefile.PL since there is a field for that
Modules
Execute loops using parallel forked subprocesses
Provides
in lib/Parallel/Loops.pm
in lib/Parallel/Loops.pm