8
0

- update to 1.32

- Removed Test::Most dependency, which was causing a circular dependency
   chain. Reported by Burak Gursoy. RT #58889.
 - Made it possible to use Exception::Class::Base without loading
   Exception::Class. Reported by Alex Peters. RT #57269.
 - Added the ability to create light weight exceptions, which don't record a
   stack trace or any other context info (time, pid, etc.). This is done by
   setting $class->NoContextInfo to a true value for the exception class. Based
   on a patch by Graham Barr. RT #54826.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2011-11-20 12:22:37 +00:00
committed by Git OBS Bridge
parent 17c0bb318b
commit 23f9f7dc04
3 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Nov 20 12:18:15 UTC 2011 - coolo@suse.com
- update to 1.32
- Removed Test::Most dependency, which was causing a circular dependency
chain. Reported by Burak Gursoy. RT #58889.
- Made it possible to use Exception::Class::Base without loading
Exception::Class. Reported by Alex Peters. RT #57269.
- Added the ability to create light weight exceptions, which don't record a
stack trace or any other context info (time, pid, etc.). This is done by
setting $class->NoContextInfo to a true value for the exception class. Based
on a patch by Graham Barr. RT #54826.
-------------------------------------------------------------------
Fri Nov 18 11:09:36 UTC 2011 - coolo@suse.com