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

0.1.11 2021-03-26T09:27:22+0900
    - Implemented 2 bug fixes courtesy of Tilmann Haeberle: 1) on inheritance of exception class and 2) on fall through i.e. an exception is not caught and is not bubbling up

0.1.10 2021-02-11T16:07:50+0900
    - Corrected perl minimum version requirement

0.1.9 2021-02-09T20:27:15+0900
    - Updated to use whitespace regular expression more friendly with older versions of perl

0.1.8 2021-02-06T10:56:05+0900
    - Improved try-catch block return value management by taking under account caller context outside of the try-catch block since often try-catch is used in void context but their enclosing subroutine is not
    - Corrected a bug in tr-catch return value when try-catch block returned a reference

0.1.7 2020-12-30T08:12:00+0900
    - Minor improvement by checking the blessed state of an internal return value.

0.1.6 2020-11-08T15:48:58+0900
    - Correcting a bug in adding back insignificant elements in between try-catch blocks

0.1.5 2020-09-13T22:00:15+0900
    - Corrected processing error when 2 or more consecutive try-catch blocks were found

0.1.4 2020-05-25T16:42:45+0900
    - Corrected a bug in the handling of here-docs. Calling PPI serialize instead of content

v0.1.3 2020-05-21T17:04:51+0900
    - Requires perl v5.16.0 that implemented some improvements on eval

v0.1.2 2020-05-20T23:20:53+0900

v0.1.1 2020-05-20T17:45:14+0900

v0.1.0 2020-05-18T17:14:00+0900
    - original version; created by ExtUtils::ModuleMaker 0.63