The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name           'Parallel-Loops';
repository     'https://github.com/pmorch/perl-Parallel-Loops';
all_from       'lib/Parallel/Loops.pm';

requires       'Parallel::ForkManager' => '0.7.9';
test_requires  'Test::More' => '0.84';

WriteAll;