Update to 0.07

- New upstream release 0.07:
  - Allow multiple finally blocks
  - Pass the error, if any, to finally blocks when called
  - Documentation fixes and clarifications
- This release by RJBS -> update source URL
This commit is contained in:
Paul Howarth 2010-11-01 23:55:45 +00:00
parent 2dc9161073
commit 505f548b33
3 changed files with 19 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
Try-Tiny-0.04.tar.gz
/Try-Tiny-0.07.tar.gz

View File

@ -1,10 +1,10 @@
Name: perl-Try-Tiny
Summary: Minimal try/catch with proper localization of $@
Version: 0.04
Release: 2%{?dist}
License: MIT
Name: perl-Try-Tiny
Summary: Minimal try/catch with proper localization of $@
Version: 0.07
Release: 1%{?dist}
License: MIT
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Try-Tiny-%{version}.tar.gz
URL: http://search.cpan.org/dist/Try-Tiny
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -13,7 +13,6 @@ BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
%{?perl_default_filter}
%{?perl_default_subpackage_tests}
@ -43,15 +42,22 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
make test
%clean
rm -rf %{buildroot}
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%doc Changes
%{perl_vendorlib}/Try/
%{_mandir}/man3/Try::Tiny.3pm*
%changelog
* Mon Nov 1 2010 Paul Howarth <paul@city-fan.org> 0.07-1
- update to 0.07:
- allow multiple finally blocks
- pass the error, if any, to finally blocks when called
- documentation fixes and clarifications
- this release by RJBS -> update source URL
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-2
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
e15730ec7540c40cdd8f8e088c6e6a6c Try-Tiny-0.04.tar.gz
a7a7645da6248f862855cd80bf67e29d Try-Tiny-0.07.tar.gz