use ExtUtils::MakeMaker; use Coro::MakeMaker; use Canary::Stability Coro::Multicore => 1, 5.008009; if ($^O eq "MSWin32") { # configuration on windows is hardcoded - as always print STDERR < { PREOP => 'pod2text Multicore.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', SUFFIX => '.gz', }, NAME => "Coro::Multicore", VERSION_FROM => "Multicore.pm", CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0, "Coro" => 6.44 }, TEST_REQUIRES => { "Coro" => 6.44 }, PREREQ_PM => { "Coro" => 6.44, "AnyEvent" => 7 }, INC => $INC, LIBS => $LIBS, ));