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

Changes for version 0.29 - 2014-07-17

  • CHANGES
    • Added Test::Future
    • Stronger deprecations - repeat {} on failures warns every time, ->and_then / ->or_else warn once
  • BUGFIXES
    • Define the behaviour of dependent futures when components are cancelled. (Partially fixes RT96685)
    • Use Module::Build->prompt (RT96409)
    • Ensure that repeat on an empty foreach list or empty generator without 'otherwise' behaves correctly, just yield an immediate

Documentation

coding examples for Future and Future::Utils

Modules

represent an operation awaiting completion
utility functions for working with Future objects
unit test assertions for Future instances