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

Changes for version 0.07 - 2017-07-11

  • CHANGES
    • Forbid the use of 'await' outside of 'async sub'
    • Handle CXt_BLOCK contexts
    • Handle SAVEt_CLEARSV and SAVEt_CLEARPADRANGE savestack entries
    • Further documentation rework
  • BUGFIXES
    • Fix off-by-one error on reading the savestack, resulting in a number of false-"TODO" failures being fixed
    • Fix parser logic for parenthesized 'await( ... )' expressions

Modules

deferred subroutine syntax for futures