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-08-13

  • CHANGES
    • Capture 80await+try.t unit test from Future-AsyncAwait
    • Improved implementation of OP_PUSHFINALLY to help make try/finally inside async/await subs work
  • BUGFIXES
    • Make 'eval { try { return ... } }' work correctly
    • Make 'return LIST' inside try{} blocks work correctly (RT122795)
      • with thanks to Zefram for code inspiration

Modules

a try/catch/finally syntax for perl