--- cvsroot/Coro/Makefile.PL 2001/11/25 20:04:04 1.10 +++ cvsroot/Coro/Makefile.PL 2002/02/18 21:25:00 1.12 @@ -8,8 +8,7 @@ *** internals to do it's job. While it seems to work fine with perl-5.8, *** 5.7 and 5.6, it has not been tested with older versions. If it *** compiles and passes the testsuite, it should work. Otherwise you -*** should either upgrade or contact the author, maybe it can be made to -*** work... +*** should either upgrade or fix it ;) *** *** Marc Lehmann *** @@ -29,7 +28,7 @@ VERSION_FROM => "Coro.pm", DIR => ['Coro', ($EVENT ? 'Event' : ())], PREREQ_PM => { - Event => 0.83, # still, 0.83 and below have serious bugs(!) + Event => 0.85, Scalar::Util => 0.00, }, PM => {