The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.31_002 - 2019-08-14

  • CHANGES
    • Rename `set_suspendhook` to `wrap_suspendhook`; follow the API inspiration from perl's own `wrap_keyword_plugin()`
  • BUGFIXES
    • Actually use perl's own `wrap_keyword_plugin()`
    • Avoid compiler warning about int/IV mismatch in printf (RT130285)
    • Use warn_sv() to avoid compiler wraning about formatless warn() on a plain PV (RT130285)

Changes for version 0.31_001 - 2019-08-12

  • CHANGES
    • Define a super-experimental C-level API for other modules to hook parts of the suspend/resume lifecycle to provide extension behaviour.

Modules

deferred subroutine syntax for futures