Letter P

perl-Try-Tiny - Minimal try/catch with proper localization of $@

Website: https://metacpan.org/release/Try-Tiny
License: MIT
Vendor: Alcance Libre, Inc.
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.

Packages

perl-Try-Tiny-0.31-1.fc14.al.src [49 KiB] Changelog by Joel Barrios (2022-04-29):
- Update to 0.31.

Listing created by Repoview-0.6.6-6.fc14.al