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

Changes for version 0.27 - 2016-08-16

  • repository moved to the github p5sagit organization (the primary is on shadowcat, mirrored to github)
  • no changes since 0.26

Changes for version 0.26 - 2016-03-15 (TRIAL RELEASE)

  • switch from finalizers using an array to a hash, to resolve segfaults when creating a pseudofork on MSWin before perl 5.20 (Graham Knop, karenetheridge/Sub-Name/#3)

Changes for version 0.25 - 2016-02-22 (TRIAL RELEASE)

  • "finally" blocks are now run for all methods of leaving the try block (including via exit, goto) (Lukas Mai, RT#112099)

Modules

minimal try/catch with proper preservation of $@