This commit is contained in:
Dennis Gilmore 2014-06-06 22:52:13 -05:00
parent db46218794
commit f61d6bb668

View File

@ -1,7 +1,7 @@
Name: perl-Error
Epoch: 1
Version: 0.17022
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Error/exception handling in an OO-ish way
License: (GPL+ or Artistic) and MIT
Group: Development/Libraries
@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Error::Simple.3pm*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17022-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Jan 29 2014 Paul Howarth <paul@city-fan.org> - 1:0.17022-1
- Update to 0.17022
- Add "use warnings;" to everything