+ I now recommend you use Throwable instead of this module.
It has a nicer, more modern interface.
+ Fixed various bugs and confusion in the docs.
+ fixed some tests
+ added Class::Data::Inheritable dependency
+ fixed declaration of prereqs
- fix build with old Test::More version
- build parallel
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=22
- 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