--- Coro/Makefile.PL 2008/05/25 03:15:27 1.47 +++ Coro/Makefile.PL 2008/12/13 19:18:36 1.55 @@ -53,13 +53,13 @@ } if (eval { require EV }) { - if ($EV::VERSION < 2.0) { + if ($EV::VERSION < 3.3) { print < ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())], PREREQ_PM => { Scalar::Util => 0.00, - AnyEvent => 4.03, + AnyEvent => 4.1, Storable => 2.15, Time::HiRes => 0, + Guard => 0.5, # for Coro::Event #Event => 1.06, # for Coro::EV - #EV => 3.0, + #EV => 3.3, # for Coro::AIO #IO::AIO => 2.3, @@ -104,12 +105,12 @@ # neither configure_requires nor recommends can be used # for optional dependencies. whoever decided that a module needs # to build properly without its dependencies installed - # needs his brian rearranged dramatically. + # needs his brain rearranged dramatically. EXTRA_META => q{ recommends: Event: 1.08 EV: 3.0 - IO::AIO: 0 + IO::AIO: 3.1 AnyEvent::AIO: 1.0 BDB: 0 AnyEvent::BDB: 1.0 @@ -152,7 +153,7 @@ # set \$VERSION in all modules setver: - \$(PERL) -pi -e 's/^(\\s*(our\\s*)?\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm Event/*.pm + \$(PERL) -pi -e 's/^(\\s*(our\\s*)?\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm EV/*.pm Event/*.pm EOF }