--- Coro/MANIFEST 2001/07/23 13:15:47 1.10 +++ Coro/MANIFEST 2001/07/27 02:51:33 1.16 @@ -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/libcoro/LICENSE Coro/libcoro/coro.h Coro/libcoro/coro.c eg/bench @@ -24,7 +28,11 @@ eg/attributes 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 +