--- cvsroot/Coro/Makefile.PL 2008/05/30 21:34:52 1.49 +++ cvsroot/Coro/Makefile.PL 2008/06/15 22:31:33 1.53 @@ -53,13 +53,13 @@ } if (eval { require EV }) { - if ($EV::VERSION < 2.0) { + if ($EV::VERSION < 3.3) { print < 1.06, # for Coro::EV - #EV => 3.0, + #EV => 3.3, # for Coro::AIO #IO::AIO => 2.3, @@ -104,7 +104,7 @@ # 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 @@ -152,7 +152,7 @@ # set \$VERSION in all modules setver: - \$(PERL) -pi -e 's/^(\\s*(our\\s*)?\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm Event/*.pm EV/*.pm + \$(PERL) -pi -e 's/^(\\s*(our\\s*)?\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm EV/*.pm Event/*.pm EOF }