Revision history for Perl module Nice::Try
1.0.0 2021-05-14T22:59:08+0900
- Improved call context management using Want to properly handle contexts such as object, glob, code, hash ref, array ref, scalar ref and boolean
- caller correctly report caller's information.
0.2.1 2021-05-12T18:23:36+0900
- Correction of oversight when enclosing block is called in list context
0.2.0 2021-05-12T05:27:07+0900
- Added support for next, last and redo inside try-catch block
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