/Sys-ForkQueue

run jobs in parallel

Primary LanguagePerl

This is the README file for Sys-ForkQueue, which can run any number of jobs in a controlled manner in parallel.

Description

Sys-ForkQueue provides a module to run any number of jobs in a controlled manner in parallel.

Installation

This package uses Dist::Zilla.

Use

dzil build

to create a release tarball which can be unpacked and installed like any other EUMM distribution.

perl Makefile.PL

make

make test

make install

Documentation

Please see perldoc Sys::ForkQueue.