--- Coro/MANIFEST 2001/07/23 13:15:47 1.10 +++ Coro/MANIFEST 2001/08/16 21:55:34 1.22 @@ -2,7 +2,9 @@ Changes MANIFEST COPYING +INSTALL Makefile.PL + Coro.pm Coro/Makefile.PL Coro/typemap @@ -13,10 +15,30 @@ Coro/Channel.pm Coro/Cont.pm Coro/Specific.pm -Coro/Event.pm -Coro/Event/IO.pm +Coro/RWLock.pm +Coro/Util.pm +Coro/MakeMaker.pm +Coro/CoroAPI.h + +Coro/libcoro/LICENSE Coro/libcoro/coro.h Coro/libcoro/coro.c + +Event/Makefile.PL +Event/Event.pm +Event/Event.xs +Event/Handle.pm +Event/Socket.pm + +t/00_basic.t +t/01_process.t +t/02_channel.t +t/03_cont.t +t/04_rwlock.t +t/05_specific.t +t/06_prio.t +t/07_eval.t + eg/bench eg/prodcons1 eg/prodcons2 @@ -24,7 +46,7 @@ eg/attributes eg/cont eg/event -t/00_basic.t -t/01_process.t -t/02_channel.t -t/03_cont.t +eg/lwp +eg/dns +eg/myhttpd +