minimal try/catch with proper localization of $@
This module provides bare bones 'try'/'catch'/'finally' statements that are
designed to minimize common mistakes with eval blocks, and NOTHING else.
This is unlike the TryCatch manpage 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 the Devel::Declare manpage and the
Scope::Upper manpage which are occasionally problematic, and the additional
catch filtering uses the Moose manpage 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 the TryCatch manpage, but
who still want to write correct 'eval' blocks without 5 lines of
boilerplate each time.
- Sources inherited from project openSUSE:Leap:15.2:Rings:1-MinimalX
- Links to openSUSE:Leap:15.2 / perl-Try-Tiny
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Staging:B/perl-Try-Tiny && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Try-Tiny-0.32.tar.gz | 0000036291 35.4 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-Try-Tiny.changes | 0000006732 6.57 KB | |
perl-Try-Tiny.spec | 0000003777 3.69 KB |
Revision 5 (latest revision is 26)
copy from Factory
Comments 0