The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for perl module Syntax::Feature::Try

0.006   2013-04-22

    - Fix error: catch block without error varible is not working
        on some systems

0.005   2013-04-19

    - Exception variable in catch block is not mandatory
    - Fix: always call finally block (even if exit() is called)
    - Fix mistypes in documentation

0.004   2013-04-12

    - Add support for using "return" inside try/catch/finally
        to return values from subrutine
    - fix try/catch/finally blocks context
        to wantarray inside these block return expected value

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

0.002   2013-03-29

    - Update tests for "parse errors"

0.001   2013-03-25

    - First public version of module for try/catch/finally statement