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:
Paul Howarth 2014-04-15 15:39:28 +01:00
parent d334f6ef9f
commit 306ac7adc7
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
ee9f0f29d4056fbb07f921255c4a5ccd Try-Tiny-0.20.tar.gz
98049893c9ce161ba4d1393e00dc8bea Try-Tiny-0.21.tar.gz