Accepting request 555830 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/555830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=35
This commit is contained in:
Pedro Monreal Gonzalez 2017-12-11 09:41:31 +00:00 committed by Git OBS Bridge
parent 6277d53e56
commit 97630f1b5b
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:ff3b4b3f706e84aaa87ab0dee5cec6bd7a8fc9f72cf76d115212541fa0a13760
size 45601

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Dec 11 06:19:21 UTC 2017 - coolo@suse.com
- updated to 1.44
see /usr/share/doc/packages/perl-Exception-Class/Changes
1.44 2017-12-10
- You can now pass "frame_filter", "filter_frames_early", and "skip_frames" to
the throw() method of an exception class. These will be passed on to the
Devel::StackTrace constructor. Requested by Frédéric Brière. GH #6.
-------------------------------------------------------------------
Mon Jul 10 05:31:47 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Exception-Class
Version: 1.43
Version: 1.44
Release: 0
%define cpan_name Exception-Class
Summary: Module That Allows You to Declare Real Exception Classes in Perl
@ -80,7 +80,7 @@ module.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md README.md
%doc appveyor.yml Changes CONTRIBUTING.md README.md
%license LICENSE
%changelog