Accepting request 221863 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/221863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Error?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2014-02-12 16:22:30 +00:00 committed by Git OBS Bridge
commit e42bf5ff94
4 changed files with 13 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c81c1b4cdf38ae089f1cd4ae5999e1ea15bbba3d259085acf829fb9874e760d
size 22400

3
Error-0.17022.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cab74f04fb3af7088cefc2f6f96800ee52d34b82928bbb35ca51a0e5b5f9f7ef
size 31045

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
- updated to 0.17022
- Add "use warnings;" to everything (CPANTS Kwalitee).
- Add a separate LICENSE file (CPANTS Kwalitee).
-------------------------------------------------------------------
Fri Oct 4 09:14:23 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Error
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Error
Version: 0.17021
Version: 0.17022
Release: 0
%define cpan_name Error
Summary: Error/exception handling in an OO-ish way
@ -30,13 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.39
#BuildRequires: perl(Error)
#BuildRequires: perl(Error::Simple)
#BuildRequires: perl(File::Find::Object)
#BuildRequires: perl(IO::All)
#BuildRequires: perl(MyDie)
#BuildRequires: perl(Test::Run::Builder)
#BuildRequires: perl(Test::Run::CmdLine::Iface)
%{perl_requires}
%description
@ -64,6 +57,6 @@ should throw errors from a sub-class of 'Error'.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog examples README scripts
%doc ChangeLog examples LICENSE README scripts
%changelog