The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for IO-Async-Loop-Epoll

0.07    CHANGES:
         * Updated for IO-Async 0.24
         * Use shared acceptance testing provided by IO::Async::LoopTests

0.06    CHANGES:
         * Various small updates to keep CPANTS happy

0.05    CHANGES:
         * Added 'use warnings'

        BUGFIXES:
         * Don't rely on writability of STDOUT during test scripts

0.04    CHANGES:
         * Updated for IO-Async 0.20

0.03    BUGFIXES:
         * Better handling of write-only Notifiers

0.02    CHANGES:
         * Use low-level IO::Epoll interface (epoll_ctl() etc..) instead of
           high-level IO::Poll-alike object wrapper. Should be better
           performance, and less buggy - doesn't depend on poor IO::Poll-like
           emulation details.

0.01    First version, released on an unsuspecting world.