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:
parent
0c072def68
commit
03dd66957f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:819c756a69a6d1e31f396eca6a508b07b0a522a035b904cd1d432353cc362083
|
||||
size 38936
|
3
Exception-Class-1.40.tar.gz
Normal file
3
Exception-Class-1.40.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1171f2d03a485e87eb561f34688991c17b939d2689bcda47f3f51b372669a1f
|
||||
size 41715
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Exception-Class
|
||||
Version: 1.39
|
||||
Version: 1.40
|
||||
Release: 0
|
||||
%define cpan_name Exception-Class
|
||||
Summary: Module That Allows You to Declare Real Exception Classes in Perl
|
||||
@ -32,25 +32,24 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
|
||||
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(Devel::StackTrace) >= 2.00
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
*RECOMMENDATION 1*: If you are writing modern Perl code with the Moose
|
||||
manpage or the Moo manpage I highly recommend using the Throwable manpage
|
||||
instead of this module.
|
||||
*RECOMMENDATION 1*: If you are writing modern Perl code with Moose or Moo I
|
||||
highly recommend using Throwable instead of this module.
|
||||
|
||||
*RECOMMENDATION 2*: Whether or not you use the Throwable manpage, you
|
||||
should use the Try::Tiny manpage.
|
||||
*RECOMMENDATION 2*: Whether or not you use Throwable, you should use
|
||||
Try::Tiny.
|
||||
|
||||
Exception::Class allows you to declare exception hierarchies in your
|
||||
modules in a "Java-esque" manner.
|
||||
|
||||
It features a simple interface allowing programmers to 'declare' exception
|
||||
classes at compile time. It also has a base exception class, the
|
||||
Exception::Class::Base manpage, that can be easily extended.
|
||||
classes at compile time. It also has a base exception class,
|
||||
Exception::Class::Base, that can be easily extended.
|
||||
|
||||
It is designed to make structured exception handling simpler and better by
|
||||
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
|
||||
to get this syntax.
|
||||
|
||||
You will also want to look at the documentation for the
|
||||
Exception::Class::Base manpage, which is the default base class for all
|
||||
exception objects created by this module.
|
||||
You will also want to look at the documentation for Exception::Class::Base,
|
||||
which is the default base class for all exception objects created by this
|
||||
module.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user