--- Coro/MANIFEST 2001/07/25 21:12:57 1.13 +++ Coro/MANIFEST 2001/08/14 04:33:58 1.20 @@ -2,7 +2,9 @@ Changes MANIFEST COPYING +INSTALL Makefile.PL + Coro.pm Coro/Makefile.PL Coro/typemap @@ -17,9 +19,22 @@ 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 + eg/bench eg/prodcons1 eg/prodcons2 @@ -27,7 +42,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 +