Update to 0.17022

- New upstream release 0.17022
  - Add "use warnings;" to everything
  - Add a separate LICENSE file
This commit is contained in:
Paul Howarth 2014-01-29 19:58:47 +00:00
parent 5133091020
commit db46218794
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Error
Epoch: 1
Version: 0.17021
Version: 0.17022
Release: 1%{?dist}
Summary: Error/exception handling in an OO-ish way
License: (GPL+ or Artistic) and MIT
@ -16,6 +16,8 @@ BuildRequires: perl(Module::Build)
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(base)
BuildRequires: perl(Test::More)
@ -57,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
%files
# GPL+ or Artistic
%doc ChangeLog README examples/
%doc ChangeLog README LICENSE examples/
%{perl_vendorlib}/Error.pm
%{_mandir}/man3/Error.3pm*
# MIT
@ -65,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Error::Simple.3pm*
%changelog
* Wed Jan 29 2014 Paul Howarth <paul@city-fan.org> - 1:0.17022-1
- Update to 0.17022
- Add "use warnings;" to everything
- Add a separate LICENSE file
* Thu Oct 3 2013 Paul Howarth <paul@city-fan.org> - 1:0.17021-1
- Update to 0.17021
- Fix for the format of the new Carp in bleadperl (CPAN RT#88137)

View File

@ -1 +1 @@
fd98e0041b2acbfb19c6b492243709d2 Error-0.17021.tar.gz
f4d825f4be915ae90bf2e0d66734956b Error-0.17022.tar.gz