update to 0.11
This commit is contained in:
parent
3d2f2838a5
commit
64f7b536a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/Try-Tiny-0.07.tar.gz
|
/Try-Tiny-0.07.tar.gz
|
||||||
/Try-Tiny-0.09.tar.gz
|
/Try-Tiny-0.09.tar.gz
|
||||||
|
/Try-Tiny-0.11.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Try-Tiny
|
Name: perl-Try-Tiny
|
||||||
Summary: Minimal try/catch with proper localization of $@
|
Summary: Minimal try/catch with proper localization of $@
|
||||||
Version: 0.09
|
Version: 0.11
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-%{version}.tar.gz
|
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
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc Changes
|
%doc Changes
|
||||||
%{perl_vendorlib}/Try/
|
%{perl_vendorlib}/Try/
|
||||||
%{_mandir}/man3/Try::Tiny.3pm*
|
%{_mandir}/man3/Try::Tiny.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.09-2
|
||||||
- Perl mass rebuild
|
- Perl mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user