Name: | rh-perl520-perl-Try-Tiny |
---|---|
Version: | 0.22 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 41864 |
License: | MIT |
RPM: | rh-perl520-perl-Try-Tiny-0.22-6.el7.noarch.rpm |
Source RPM: | rh-perl520-perl-Try-Tiny-0.22-6.el7.src.rpm |
Build Date: | Fri Feb 03 2017 |
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. |
- SCLize make test TEST_FILES
- Disable optional tests for small build root
- Correct dependencies
- Perl 5.20 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Update to 0.22 - Add optional test deps as recommended prereqs (https://github.com/doy/try-tiny/pull/18) - Update patch for building with Test::More < 0.88
- Update to 0.21 - Also skip the test if Capture::Tiny is too old (https://github.com/doy/try-tiny/issues/17)
- Update to 0.20 - Documentation updates - Update patch for building with Test::More < 0.88
- Update to 0.19 - Fix an obscure issue with loading modules during global destruction (https://github.com/doy/try-tiny/pull/11) - Documentation updates (https://github.com/doy/try-tiny/pull/12) - Add patch to support building with Test::More < 0.88 again
- 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