--- Coro/MANIFEST 2006/12/04 03:54:46 1.45 +++ Coro/MANIFEST 2007/10/29 19:13:39 1.51 @@ -21,12 +21,14 @@ Coro/MakeMaker.pm Coro/CoroAPI.h Coro/AIO.pm +Coro/Debug.pm Coro/Util.pm Coro/LWP.pm Coro/Select.pm Coro/Handle.pm Coro/Socket.pm Coro/Timer.pm +Coro/Storable.pm Coro/libcoro/LICENSE Coro/libcoro/coro.h @@ -41,9 +43,10 @@ t/06_prio.t t/07_eval.t t/08_join.t -t/09_timer.t t/10_bugs.t t/11_deadlock.t +t/12_exit.t +t/13_diewarn.t Event/Makefile.PL Event/Event.pm @@ -52,6 +55,10 @@ Event/t/00_basic.t Event/t/01_unblock.t +EV/Makefile.PL +EV/EV.pm +EV/EV.xs + eg/bench eg/prodcons1 eg/prodcons2