Minimal try/catch with proper localization of eval

Edit Package perl-Try-Tiny
http://search.cpan.org/perldoc?Try:Tiny

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 which are occasionally
problematic, and the additional catch filtering uses Moose type constraints
which may not be desirable either.

The main focus of this module is to provide simple and reliable error handling
for those having a hard time installing TryCatch, but who still want to write
correct eval blocks without 5 lines of boilerplate each time.

It's designed to work as correctly as possible in light of the various
pathological edge cases (see BACKGROUND) and to be compatible with any style of
error values (simple strings, references, objects, overloaded objects, etc).

Author:
-------
Yuval Kogman

Refresh
Refresh
Source Files (show unmerged sources)
Filename Size Changed
Try-Tiny-0.31.tar.gz 0000035784 34.9 KB
cpanspec.yml 0000000669 669 Bytes
perl-Try-Tiny.changes 0000006399 6.25 KB
perl-Try-Tiny.spec 0000003627 3.54 KB
Latest Revision
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 935397 from Tina Müller's avatar Tina Müller (tinita) (revision 40)
- updated to 0.31
   see /usr/share/doc/packages/perl-Try-Tiny/Changes
  0.31      2021-11-23 20:29:12Z
    - plug Syntax::Keyword::Try and Feature::Compat::Try in the docs
Comments 0
openSUSE Build Service is sponsored by