Changes for version 0.42 - 2026-09-02

  • A string failure raised out of a future kept its " at FILE line N." on perls before 5.14. The croak_sv shim raised the message verbatim, so ->get and AWAIT_GET reported no location there.
  • The croak_sv shim is compiled on every perl and driven by t/38-awaitable.t, rather than only on the perls that use it.
  • t/38-awaitable.t asserts await cancellation only on perl 5.24+

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