--- cvsroot/Coro/MANIFEST 2007/04/13 03:57:15 1.47 +++ cvsroot/Coro/MANIFEST 2007/10/29 19:13:39 1.51 @@ -21,6 +21,7 @@ Coro/MakeMaker.pm Coro/CoroAPI.h Coro/AIO.pm +Coro/Debug.pm Coro/Util.pm Coro/LWP.pm Coro/Select.pm @@ -44,6 +45,8 @@ t/08_join.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