--- cvsroot/Coro/MANIFEST 2001/07/24 18:46:06 1.12 +++ cvsroot/Coro/MANIFEST 2001/08/09 02:57:54 1.18 @@ -2,6 +2,7 @@ Changes MANIFEST COPYING +INSTALL Makefile.PL Coro.pm Coro/Makefile.PL @@ -16,6 +17,8 @@ Coro/Event.pm Coro/Handle.pm Coro/Socket.pm +Coro/RWLock.pm +Coro/Util.pm Coro/libcoro/LICENSE Coro/libcoro/coro.h Coro/libcoro/coro.c @@ -26,7 +29,13 @@ eg/attributes eg/cont eg/event +eg/lwp +eg/dns +eg/myhttpd t/00_basic.t t/01_process.t t/02_channel.t t/03_cont.t +t/04_rwlock.t +t/05_specific.t +