Name: | perl516-perl-Try-Tiny |
---|---|
Version: | 0.18 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 41064 |
License: | MIT |
RPM: | perl516-perl-Try-Tiny-0.18-1.el7.noarch.rpm |
Source RPM: | perl516-perl-Try-Tiny-0.18-1.el7.src.rpm |
Build Date: | Fri May 29 2015 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |
- Rebuilt for SCL - Disable extra tests
- Update to 0.18 - Fix tests for pre-Test-More-0.88 (https://github.com/doy/try-tiny/pull/10) - Drop upstreamed patch for building with Test::More < 0.88
- Update to 0.17 - Work around Perl RT#119311, which was causing incorrect error messages in some cases during global destruction (https://github.com/doy/try-tiny/pull/9) - Add patch to support building with Test::More < 0.88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Update to 0.16 - Remove accidental Sub::Name test dependency
- Update to 0.15 - Optionally use Sub::Name to name the try/catch/finally blocks, if available - BR:/R: perl(Sub::Name) - Drop obsoletes/provides for old -tests subpackage
- Update to 0.14 - Also throw an exception for catch/finally in scalar context (CPAN RT#81070)
- Update to 0.13 - Fix tests failing on 5.6.x due to differing DESTROY semantics - Excise superfluous local($@) call - 7% speedup - Fix broken URLs (CPAN RT#55659) - Proper exception on erroneous usage of bare catch/finally (CPAN RT#81070) - Proper exception on erroneous use of multiple catch{} blocks - Clarify exception occuring on unterminated try block (CPAN RT#75712) - Fix the prototypes shown in docs to match code (CPAN RT#79590) - Warn loudly on exceptions in finally() blocks - dzilify - Ship upstream LICENSE and README files - Classify buildreqs by usage - Add buildreqs for extra tests and explicitly run them
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild