--- Coro/Makefile.PL 2001/08/25 15:35:56 1.9 +++ Coro/Makefile.PL 2001/11/25 20:04:04 1.10 @@ -29,7 +29,8 @@ VERSION_FROM => "Coro.pm", DIR => ['Coro', ($EVENT ? 'Event' : ())], PREREQ_PM => { - Event => 0.83, # still, 0.83 and below have serious bugs(!) + Event => 0.83, # still, 0.83 and below have serious bugs(!) + Scalar::Util => 0.00, }, PM => { 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',