update to 0.11

This commit is contained in:
Iain Arnell 2011-10-02 14:02:29 +02:00
parent 3d2f2838a5
commit 64f7b536a6
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Try-Tiny-0.07.tar.gz
/Try-Tiny-0.09.tar.gz
/Try-Tiny-0.11.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Try-Tiny
Summary: Minimal try/catch with proper localization of $@
Version: 0.09
Release: 2%{?dist}
Version: 0.11
Release: 1%{?dist}
License: MIT
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-%{version}.tar.gz
@ -39,12 +39,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
make test
%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/Try/
%{_mandir}/man3/Try::Tiny.3pm*
%changelog
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 0.11-1
- update to latest upstream version
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.09-2
- Perl mass rebuild

View File

@ -1 +1 @@
e526aa7d80cbc690c4a20925a592c13c Try-Tiny-0.09.tar.gz
4d2c8ff385ac3513edf4c042dd0eacbe Try-Tiny-0.11.tar.gz