Update to 0.17022
- New upstream release 0.17022 - Add "use warnings;" to everything - Add a separate LICENSE file
This commit is contained in:
parent
5133091020
commit
db46218794
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user