Coro
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
$EV = 1;
$DEFINE .= " -DHAVE_EV=1";
print "\nEV version $EV::VERSION found, building EV support.\n\n";
}
} else {
print "\n*** EV not found, not building EV support.\n\n";
}
WriteMakefile(
dist => {
PREOP => 'pod2text Coro.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
COMPRESS => 'gzip -9v',
SUFFIX => '.gz',
},
NAME => "Coro",
VERSION_FROM => "Coro.pm",
DIR => ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())],
PREREQ_PM => {
common::sense => 0,
Scalar::Util => 0.00,
AnyEvent => 5.0,
( run in 0.350 second using v1.01-cache-2.11-cpan-8d75d55dd25 )