diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 6a9ea14..6d347ea 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.15 +Version: 0.16 Release: 1%{?dist} License: MIT Group: Development/Libraries @@ -67,6 +67,10 @@ rm -rf %{buildroot} %{_mandir}/man3/Try::Tiny.3pm* %changelog +* Wed Jul 10 2013 Paul Howarth - 0.16-1 +- Update to 0.16 + - Remove accidental Sub::Name test dependency + * Tue Jul 9 2013 Paul Howarth - 0.15-1 - Update to 0.15 - Optionally use Sub::Name to name the try/catch/finally blocks, if available diff --git a/sources b/sources index 6b89116..3a0d9c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d712acd504203b2ecfb205e985e60de5 Try-Tiny-0.15.tar.gz +027ebee61b191a4b2fe4107cb7b51c7c Try-Tiny-0.16.tar.gz