8
0

Accepting request 604584 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/604584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=15
This commit is contained in:
2018-05-18 18:19:23 +00:00
committed by Git OBS Bridge
parent c08f1cac8c
commit 13f488d09c
4 changed files with 19 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-MockModule
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,12 +17,12 @@
Name: perl-Test-MockModule
Version: 0.13
Version: 0.14
Release: 0
#Upstream: GPL-1.0+
%define cpan_name Test-MockModule
Summary: Override subroutines in a module for unit testing
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-MockModule/
Source0: https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz
@@ -34,6 +34,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(SUPER)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warnings)
Requires: perl(SUPER)
%{perl_requires}