- 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:
parent
17c0bb318b
commit
23f9f7dc04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8545d180241adedbcecf01a358e39b0430bb108b35b33b83c10af826f97c06a
|
||||
size 22387
|
@ -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
|
||||
|
||||
|
@ -21,12 +21,12 @@
|
||||
Name: perl-Exception-Class
|
||||
%define cpan_name Exception-Class
|
||||
Summary: A Module That Allows You to Declare Real Exception Classes in Perl
|
||||
Version: 1.29
|
||||
Version: 1.32
|
||||
Release: 1
|
||||
License: GPL/Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Exception-Class
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
|
Loading…
x
Reference in New Issue
Block a user