[perl-Try-Tiny] Update to 0.14

Paul Howarth pghmcfc at fedoraproject.org
Sat Jul 6 15:34:36 UTC 2013


commit 03c1603206d57c9c4fe899f5d4113e839e187921
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jul 6 16:31:35 2013 +0100

    Update to 0.14
    
    - New upstream release 0.14
      - Also throw an exception for catch/finally in scalar context (CPAN RT#81070)

 perl-Try-Tiny.spec |    6 +++++-
 sources            |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
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 <paul at city-fan.org> - 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 <paul at city-fan.org> - 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



More information about the perl-devel mailing list