Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2019-02-01 20:29:15 +00:00
parent 6d304d6709
commit 7aa9c44429

View File

@ -1,7 +1,7 @@
Name: perl-Error
Epoch: 1
Version: 0.17027
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Error/exception handling in an OO-ish way
License: (GPL+ or Artistic) and MIT
URL: https://metacpan.org/release/Error
@ -73,6 +73,9 @@ make test
%{_mandir}/man3/Error::Simple.3*
%changelog
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17027-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sun Oct 28 2018 Paul Howarth <paul@city-fan.org> - 1:0.17027-1
- Update to 0.17027
- Documentation and examples enhancements (GH#1)