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

Changes for version 0.003 - 2013-04-05

  • Implement unimport (no syntax 'try';)
  • Fix "finally" block to propagate exceptions thrown inside
  • Raise error if "return" is called inside try/catch/finally block
  • Use PL_keyword_plugin API instead of Devel::CallParser
  • Fix missing aTHX/pTHX internal parameters in C-sources

Modules

try/catch/finally statement for exception handling