Coro-MP
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
use 5.008002;
my $mm = MM->new({
dist => {
PREOP => 'pod2text MP.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
COMPRESS => 'gzip -9v',
SUFFIX => '.gz',
},
NAME => "Coro::MP",
VERSION_FROM => "MP.pm",
PREREQ_PM => {
Coro => 5.2,
AnyEvent => 5.11,
AnyEvent::MP => 1.21,
common::sense => 0,
( run in 0.264 second using v1.01-cache-2.11-cpan-496ff517765 )