Logoj0ke.net Open Build Service > Projects > home:netmax:tools > perl-Try-Tiny > Meta
Sign Up | Log In

Meta Configuration of Package perl-Try-Tiny

 
1
<package name="perl-Try-Tiny" project="home:netmax:tools">
2
  <title>Minimal try/catch with proper localization of eval</title>
3
  <description>This module provides bare bones try/catch statements that are designed to
4
minimize common mistakes with eval blocks, and NOTHING else.
5
6
This is unlike TryCatch which provides a nice syntax and avoids adding another
7
call stack layer, and supports calling return from the try block to return from
8
the parent subroutine. These extra features come at a cost of a few
9
dependencies, namely Devel::Declare and Scope::Upper which are occasionally
10
problematic, and the additional catch filtering uses Moose type constraints
11
which may not be desirable either.
12
13
The main focus of this module is to provide simple and reliable error handling
14
for those having a hard time installing TryCatch, but who still want to write
15
correct eval blocks without 5 lines of boilerplate each time.
16
17
It's designed to work as correctly as possible in light of the various
18
pathological edge cases (see BACKGROUND) and to be compatible with any style of
19
error values (simple strings, references, objects, overloaded objects, etc).
20
21
Author:
22
-------
23
    Yuval Kogman &lt;nothingmuch@woobling.org&gt;
24
25
26
</description>
27
  <build>
28
    <enable repository="SLE_11_SP2"/>
29
  </build>
30
  <url>http://search.cpan.org/perldoc?Try:Tiny</url>
31
</package>
32