Update to 0.21
- New upstream release 0.21 - Also skip the test if Capture::Tiny is too old (https://github.com/doy/try-tiny/issues/17)
This commit is contained in:
parent
d334f6ef9f
commit
306ac7adc7
@ -3,7 +3,7 @@
|
||||
|
||||
Name: perl-Try-Tiny
|
||||
Summary: Minimal try/catch with proper localization of $@
|
||||
Version: 0.20
|
||||
Version: 0.21
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
@ -13,6 +13,7 @@ Patch1: Try-Tiny-0.20-old-Test::More.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
# Module
|
||||
BuildRequires: perl(Carp)
|
||||
@ -78,6 +79,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Try::Tiny.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 15 2014 Paul Howarth <paul@city-fan.org> - 0.21-1
|
||||
- Update to 0.21
|
||||
- Also skip the test if Capture::Tiny is too old
|
||||
(https://github.com/doy/try-tiny/issues/17)
|
||||
|
||||
* Sat Mar 22 2014 Paul Howarth <paul@city-fan.org> - 0.20-1
|
||||
- Update to 0.20
|
||||
- Documentation updates
|
||||
|
Loading…
Reference in New Issue
Block a user