Accepting request 358172 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/358172
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2016-02-08 06:33:52 +00:00 committed by Git OBS Bridge
parent 0c072def68
commit 03dd66957f
4 changed files with 25 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 7 09:56:42 UTC 2016 - coolo@suse.com
- updated to 1.40
see /usr/share/doc/packages/perl-Exception-Class/Changes
1.40 2016-01-29
- Fixed broken metadata. Reported by Slaven Rezić. GitHub #3.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 19:12:46 UTC 2015 - coolo@suse.com Thu Apr 16 19:12:46 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Exception-Class # spec file for package perl-Exception-Class
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Exception-Class Name: perl-Exception-Class
Version: 1.39 Version: 1.40
Release: 0 Release: 0
%define cpan_name Exception-Class %define cpan_name Exception-Class
Summary: Module That Allows You to Declare Real Exception Classes in Perl Summary: Module That Allows You to Declare Real Exception Classes in Perl
@ -32,25 +32,24 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Class::Data::Inheritable) >= 0.02 BuildRequires: perl(Class::Data::Inheritable) >= 0.02
BuildRequires: perl(Devel::StackTrace) >= 2.00 BuildRequires: perl(Devel::StackTrace) >= 2.00
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Class::Data::Inheritable) >= 0.02 Requires: perl(Class::Data::Inheritable) >= 0.02
Requires: perl(Devel::StackTrace) >= 2.00 Requires: perl(Devel::StackTrace) >= 2.00
%{perl_requires} %{perl_requires}
%description %description
*RECOMMENDATION 1*: If you are writing modern Perl code with the Moose *RECOMMENDATION 1*: If you are writing modern Perl code with Moose or Moo I
manpage or the Moo manpage I highly recommend using the Throwable manpage highly recommend using Throwable instead of this module.
instead of this module.
*RECOMMENDATION 2*: Whether or not you use the Throwable manpage, you *RECOMMENDATION 2*: Whether or not you use Throwable, you should use
should use the Try::Tiny manpage. Try::Tiny.
Exception::Class allows you to declare exception hierarchies in your Exception::Class allows you to declare exception hierarchies in your
modules in a "Java-esque" manner. modules in a "Java-esque" manner.
It features a simple interface allowing programmers to 'declare' exception It features a simple interface allowing programmers to 'declare' exception
classes at compile time. It also has a base exception class, the classes at compile time. It also has a base exception class,
Exception::Class::Base manpage, that can be easily extended. Exception::Class::Base, that can be easily extended.
It is designed to make structured exception handling simpler and better by It is designed to make structured exception handling simpler and better by
encouraging people to use hierarchies of exceptions in their applications, encouraging people to use hierarchies of exceptions in their applications,
@ -60,9 +59,9 @@ This module does not implement any try/catch syntax. Please see the "OTHER
EXCEPTION MODULES (try/catch syntax)" section for more information on how EXCEPTION MODULES (try/catch syntax)" section for more information on how
to get this syntax. to get this syntax.
You will also want to look at the documentation for the You will also want to look at the documentation for Exception::Class::Base,
Exception::Class::Base manpage, which is the default base class for all which is the default base class for all exception objects created by this
exception objects created by this module. module.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}