--- Coro/MANIFEST 2001/07/27 02:51:33 1.16 +++ Coro/MANIFEST 2001/08/14 14:56:22 1.21 @@ -4,6 +4,7 @@ COPYING INSTALL Makefile.PL + Coro.pm Coro/Makefile.PL Coro/typemap @@ -18,9 +19,23 @@ Coro/Handle.pm Coro/Socket.pm Coro/RWLock.pm +Coro/Util.pm +Coro/MakeMaker.pm +Coro/CoroAPI.h + Coro/libcoro/LICENSE Coro/libcoro/coro.h Coro/libcoro/coro.c + +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 @@ -29,10 +44,6 @@ eg/cont eg/event eg/lwp -t/00_basic.t -t/01_process.t -t/02_channel.t -t/03_cont.t -t/04_rwlock.t -t/05_specific.t +eg/dns +eg/myhttpd