1
0

Accepting request 449579 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/449579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2017-01-11 11:05:28 +00:00 committed by Git OBS Bridge
commit 8ca8d03490
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 6 06:22:54 UTC 2017 - coolo@suse.com
- updated to 1.42
see /usr/share/doc/packages/perl-Exception-Class/Changes
1.42 2017-01-04
- Generated exception classes are now added to %INC. If you subclass a
generated class with "use base" then base.pm will no longer attempt to load
the requested class. Patch by Todd Rinaldo. PR #8.
-------------------------------------------------------------------
Thu Dec 8 06:27:26 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Exception-Class
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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.41
Version: 1.42
Release: 0
%define cpan_name Exception-Class
Summary: Module That Allows You to Declare Real Exception Classes in Perl