Revision history for Future-IO-Impl-Ppoll
0.05 2026-02-12
[CHANGES]
* Pull in latest Future::IO (for POLLPRI constant)
* Pull in latest Test::Future::IO::Impl for bugfixes in tests
0.04 2026-02-10
[CHANGES]
* Print a warning if the event system is recursed into
[BUGFIXES]
* Depend on Future::IO v0.19 to ensure we get the POLL* constants
* Improved handling of polling around closed filehandles
* Mask revents bits given to pollers to only those they asked for
0.03 2026-01-18
[CHANGES]
* Implement the new `->poll` method of Future::IO v0.19
0.02 2026-01-07
[CHANGES]
* Extra debugging when filehandles lose their fileno
* Adjust module documentation to be less Linux-specific, as
`IO::Ppoll` is known to work on other platforms
[BUGFIXES]
* Remember to declare dependency on `IO::Ppoll` itself
* Fix memory leak when removing filehandles
0.01 2026-01-06
First version, released on an unsuspecting world.