forked from pool/perl-Test-Exception-LessClever
Accepting request 404137 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/404137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Exception-LessClever?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
d7cdbb665d
commit
44ad4ab205
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Exception-LessClever
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,29 +17,32 @@
|
||||
|
||||
|
||||
Name: perl-Test-Exception-LessClever
|
||||
Version: 0.006
|
||||
Version: 0.007
|
||||
Release: 0
|
||||
%define cpan_name Test-Exception-LessClever
|
||||
Summary: Test::Exception simplified
|
||||
Summary: Test::Exception simplified ***DEPRECATED***
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-Exception-LessClever/
|
||||
Source: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Mock::Quick) >= 1.100
|
||||
BuildRequires: perl(Module::Build) >= 0.38
|
||||
BuildRequires: perl(Module::Build) >= 0.420000
|
||||
BuildRequires: perl(Test::Simple) >= 0.88
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
An alternative to the Test::Exception manpage that is much simpler. This
|
||||
alternative does not use fancy stack tricks to hide itself. The idea here
|
||||
is to keep it simple. This also solves the Test::Exception bug where some
|
||||
dies will be hidden when a DESTROY method calls eval. If a DESTROY method
|
||||
masks $@ a warning will be generated as well.
|
||||
*** This is deprecated please do not use it ***
|
||||
|
||||
An alternative to Test::Exception that is much simpler. This alternative
|
||||
does not use fancy stack tricks to hide itself. The idea here is to keep it
|
||||
simple. This also solves the Test::Exception bug where some dies will be
|
||||
hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a
|
||||
warning will be generated as well.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user