Changes for version 1.002 - 2012-08-19
- moved to git: https://github.com/tonycoz/poe-xs-loop-epoll
- fix a logic bug in a range check. This could cause a crash. https://rt.cpan.org/Ticket/Display.html?id=79013 Thanks to Thomas Edward Alexander Molesworth for reporting this.
Changes for version 1.001_02 - 2010-03-19
- Devel::CheckLib:: assert_lib() only runs the test code when you supply a library name, I didn't supply a library name so it didn't properly check for epoll_create(). Supply a library name of "c" (aka libc) to placate assert_lib().
Changes for version 1.001_01 - 2010-03-15
- check that epoll is actually available, it's not available for all Linux systems.
Modules
an XS implementation of POE::Loop, using Linux` epoll(2).