NAME
ChainMake::Parallel - Check requirements in parallel
SYNOPSIS
DESCRIPTION
This module works just like the ChainMake module and may be used as a drop-in replacement.
The only difference is that this module adds an additional parameter to the "targets" in ChainMake method: parameter parallel
.
parallel
%description = (
parallel => 5,
);
The parallel
field defines whether or not requirements should be checked in parallel. A non-zero number will be used as the number of parallel threads.
Currently experimental and only available if perl has been compiled with ithreads.
CAVEATS/BUGS
SEE ALSO
AUTHOR/COPYRIGHT
This is $Id: Parallel.pm 1231 2009-03-15 21:23:32Z schroeer $.
Copyright 2008-2009 Daniel Schröer (schroeer@cpan.org). Any feedback is appreciated.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 82:
Non-ASCII character seen before =encoding in 'Schröer'. Assuming CP1252