--- cvsroot/Coro/Makefile.PL 2005/11/29 12:36:18 1.19 +++ cvsroot/Coro/Makefile.PL 2007/10/03 01:48:06 1.32 @@ -5,10 +5,9 @@ *** *** WARNING: This module is quite low-level and uses undocumented perl -*** 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 fix it ;) +*** internals to do it's job. While it seems to work fine with perl-5.[6-9] +*** it has not been tested with older versions. If it compiles and passes the +*** testsuite, it should work. Otherwise you should either upgrade or fix it ;) *** *** Marc Lehmann *** @@ -24,7 +23,7 @@ *** WARNING: Event version $Event::VERSION found, NOT building Event support. *** *** This version of Event is broken. The only currently known non-broken -*** versions of Event are 0.87 and 0.89+. Please install one of these +*** versions of Event are 0.87 and 0.89+. Please install one of those *** versions. *** @@ -49,8 +48,16 @@ VERSION_FROM => "Coro.pm", DIR => ['Coro', ($EVENT ? 'Event' : ())], PREREQ_PM => { - Event => 0.86, Scalar::Util => 0.00, + AnyEvent => 2.51, + Storable => 2.15, + + # for Coro::Event + Event => 1.06, + Time::HiRes => 0, + + # for Coro::AIO + IO::AIO => 2.3, }, PM => { 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', @@ -60,7 +67,7 @@ 'Coro/MakeMaker.pm' => '$(INST_LIBDIR)/Coro/MakeMaker.pm', 'Coro/CoroAPI.h' => '$(INST_LIBDIR)/Coro/CoroAPI.h', - 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm', +# 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm', 'Coro/Specific.pm' => '$(INST_LIBDIR)/Coro/Specific.pm', @@ -70,6 +77,16 @@ 'Coro/Semaphore.pm' => '$(INST_LIBDIR)/Coro/Semaphore.pm', 'Coro/SemaphoreSet.pm'=> '$(INST_LIBDIR)/Coro/SemaphoreSet.pm', 'Coro/RWLock.pm' => '$(INST_LIBDIR)/Coro/RWLock.pm', + + 'Coro/Debug.pm' => '$(INST_LIBDIR)/Coro/Debug.pm', + 'Coro/Util.pm' => '$(INST_LIBDIR)/Coro/Util.pm', + 'Coro/Select.pm' => '$(INST_LIBDIR)/Coro/Select.pm', + 'Coro/Handle.pm' => '$(INST_LIBDIR)/Coro/Handle.pm', + 'Coro/Socket.pm' => '$(INST_LIBDIR)/Coro/Socket.pm', + + 'Coro/AIO.pm' => '$(INST_LIBDIR)/Coro/AIO.pm', + 'Coro/LWP.pm' => '$(INST_LIBDIR)/Coro/LWP.pm', + 'Coro/Storable.pm' => '$(INST_LIBDIR)/Coro/Storable.pm', }, );