--- cvsroot/Coro/Changes 2008/05/25 00:40:14 1.350 +++ cvsroot/Coro/Changes 2008/05/25 01:32:15 1.351 @@ -5,12 +5,18 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - tweak META.yaml a bit, unfortunately, there is no documented way + to have optional dependencies with CPAN. doh :( - avoid running some tests on windows because they would fail due to - perl bugs. + perl bug (broken fork, broken pipes...). + - work around perl on windows bugs where perl returns undocumented + error codes for sysread, syswrite etc. by taking advantage + of AnyEvent's workaround for that problem. - use AnyEvent::Util::fh_nonblocking in Coro::Handle to work around a common perl implementation bug on windows. - use unix domain sockets in testsuite to work around - common perl implementation bugs on widows. + common perl implementation bugs on widows (they are emulated by + tcp sockets on windows. ugh.) 4.71 Sat May 24 20:01:27 CEST 2008 - fix a bug in Coro::AnyEvent ("Usage: Coro::AnyEvent::_schedule()").