diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index acdf354..16cee73 100644 --- a/perl-Try-Tiny.spec +++ b/perl-Try-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Try-Tiny Summary: Minimal try/catch with proper localization of $@ -Version: 0.13 +Version: 0.14 Release: 1%{?dist} License: MIT Group: Development/Libraries @@ -70,6 +70,10 @@ rm -rf %{buildroot} %{_mandir}/man3/Try::Tiny.3pm* %changelog +* Sat Jul 6 2013 Paul Howarth - 0.14-1 +- Update to 0.14 + - Also throw an exception for catch/finally in scalar context (CPAN RT#81070) + * Fri Jul 5 2013 Paul Howarth - 0.13-1 - Update to 0.13 - Fix tests failing on 5.6.x due to differing DESTROY semantics diff --git a/sources b/sources index abf1470..f44b9df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c42a33edad33293c0832dfe134fa82ba Try-Tiny-0.13.tar.gz +fc4951a0bd6f9b6d2b0420dda14c4ac2 Try-Tiny-0.14.tar.gz