Hello community,
here is the log from the commit of package perl-Exception-Class for
openSUSE:Factory checked in at 2016-02-25 22:01:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exception-Class (Old)
and /work/SRC/openSUSE:Factory/.perl-Exception-Class.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exception-Class"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Exception-Class/perl-Exception-Class.changes
2015-04-25 09:54:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Exception-Class.new/perl-Exception-Class.changes
2016-02-25 22:48:33.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Feb 7 09:56:42 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
Exception-Class-1.39.tar.gz
New:
----
Exception-Class-1.40.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Exception-Class.spec ++++++
--- /var/tmp/diff_new_pack.A0Dgsz/_old 2016-02-25 22:48:34.000000000 +0100
+++ /var/tmp/diff_new_pack.A0Dgsz/_new 2016-02-25 22:48:34.000000000 +0100
@@ -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-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 @@
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}
++++++ Exception-Class-1.39.tar.gz -> Exception-Class-1.40.tar.gz ++++++
++++ 3313 lines of diff (skipped)