SHA256
1
0
forked from pool/perl-Error

Accepting request 647185 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error?expand=0&rev=34
This commit is contained in:
Pedro Monreal Gonzalez 2018-11-08 09:52:46 +00:00 committed by Git OBS Bridge
parent c1b0c93a8d
commit afc198e4db
4 changed files with 19 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 8 06:19:56 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.17027
see /usr/share/doc/packages/perl-Error/Changes
0.17027 2018-10-28
- Documentation and examples enhancements.
- https://bitbucket.org/shlomif/perl-error.pm/pull-requests/1/october-prc-some-minor-mostly-doc-changes/diff
- Thanks to https://metacpan.org/author/JMERELO .
-------------------------------------------------------------------
Thu May 24 05:20:34 UTC 2018 - coolo@suse.com

View File

@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Error
Version: 0.17026
Version: 0.17027
Release: 0
%define cpan_name Error
Summary: Error/exception handling in an OO-ish way
Summary: Error
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Error/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@ -47,7 +47,7 @@ should throw errors from a sub-class of 'Error'.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check