Changes for version 0.04 - 2026-08-02

  • Link -lrt when clock_gettime needs it. backend_poll.c calls clock_gettime(CLOCK_MONOTONIC), which on glibc before 2.17 lives in librt, not libc.
  • t/12-loop.t: make the persistent-watcher subtest more robust by adding a watcher to prevent the test hanging like it has in some cpantesters environments.

Modules

an event-loop PSGI server
epoll readiness backend for Hyperman::Loop
io_uring backend for Hyperman::Loop
kqueue readiness backend for Hyperman::Loop
portable poll(2) backend for Hyperman::Loop
a fast, native, Future-compatible async result
the per-worker event loop
Plack/PSGI adapter for the Hyperman server