Name: | perl-Try-Tiny |
---|---|
Version: | 0.12 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 30617 |
License: | MIT |
RPM: | perl-Try-Tiny-0.12-2.el7.noarch.rpm |
Source RPM: | perl-Try-Tiny-0.12-2.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.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. |
- Mass rebuild 2013-12-27
- Update to 0.12 - Documentation fixes
- Add BR/R perl(Exporter)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- BR: perl(Carp) - Don't need to remove empty directories from buildroot - Don't use macros for commands - Drop redundant %{?perl_default_filter} - Enhance %description - Reinstate EPEL-5 compatibility: - Define buildroot - Clean buildroot in %install and %clean - Use tabs
- Drop tests subpackage; move tests to main package documentation
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Update to latest upstream version
- Perl mass rebuild