8
0

Accepting request 297288 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=25
This commit is contained in:
Stephan Kulow
2015-04-16 19:24:47 +00:00
committed by Git OBS Bridge
parent 22b90af2a4
commit 0c072def68
5 changed files with 80 additions and 45 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Apr 16 19:12:46 UTC 2015 - coolo@suse.com
- updated to 1.39
see /usr/share/doc/packages/perl-Exception-Class/Changes
1.39 2014-11-01
- Replaced the Exception::Class::Base->NoRefs method with UnsafeRefCapture to
match changes in Devel::StackTrace 2.00. The old method is deprecated but
will continue to work.
1.38 2014-05-05
- An exception without a message will now default to either the associated
exception class description or the string "[Generic exception]". Patch by
Ricardo Signes. PR #2.
- Added field_hash() and context_hash() methods. Patch by Ricardo Signes. PR
#1.
-------------------------------------------------------------------
Sat May 11 20:02:50 UTC 2013 - lars@linux-schulserver.de