Name: | perl-Try-Tiny |
---|---|
Version: | 0.30 |
Release: | 7.module+el8.3.0+7739+ee8eefab |
Architecture: | noarch |
Module: | perl-libwww-perl:6.34:8030020200428102957:d4f97118 perl-libwww-perl:6.34:8060020210901111951:d4f97118 |
Group: | Unspecified |
Size: | 66900 |
License: | MIT |
RPM: | perl-Try-Tiny-0.30-7.module+el8.3.0+7739+ee8eefab.noarch.rpm |
Source RPM: | perl-Try-Tiny-0.30-7.module+el8.3.0+7739+ee8eefab.src.rpm |
Build Date: | Wed Aug 12 2020 |
Build Host: | jenkins-10-147-72-125-3f885686-7094-40be-970e-55465d439a6e.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Try-Tiny |
Summary: | Minimal try/catch with proper localization of $@ |
Description: | This module provides bare bones try/catch statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch, which provides a nice syntax and avoids adding another call stack layer, and supports calling return from the try block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely Devel::Declare and Scope::Upper that are occasionally problematic, and the additional catch filtering uses Moose type constraints, which may not be desirable either. |