forked from pool/perl-Exception-Class
- 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:
committed by
Git OBS Bridge
parent
17c0bb318b
commit
23f9f7dc04
@@ -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
|
||||
|
Reference in New Issue
Block a user