--- cvsroot/Coro/MANIFEST 2001/07/23 23:48:05 1.11 +++ 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 @@ -14,7 +15,10 @@ Coro/Cont.pm Coro/Specific.pm Coro/Event.pm -Coro/Event/IO.pm +Coro/Handle.pm +Coro/Socket.pm +Coro/RWLock.pm +Coro/Util.pm Coro/libcoro/LICENSE Coro/libcoro/coro.h Coro/libcoro/coro.c @@ -25,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 +