8
0

Accepting request 1203075 from devel:languages:perl:autoupdate

- updated to 0.179.0 (v0.179.0)
   see /usr/share/doc/packages/perl-Test-MockModule/Changes

OBS-URL: https://build.opensuse.org/request/show/1203075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=40
This commit is contained in:
2024-12-31 00:19:35 +00:00
committed by Git OBS Bridge
parent 3e13476b44
commit 913e7888c8
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:332b46f79e210468b8f739794cae569dc868cf0ec7fa0bd1732f7915352d6031
size 24111

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e261041ac1adc074f3ad98eb7c3f31f8a1bfc96d9eca99db77a473f53fdb5e0
size 24888

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 1 05:34:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.179.0 (v0.179.0)
see /usr/share/doc/packages/perl-Test-MockModule/Changes
-------------------------------------------------------------------
Sat Apr 27 03:09:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,21 +18,25 @@
%define cpan_name Test-MockModule
Name: perl-Test-MockModule
Version: 0.178.0
Version: 0.179.0
Release: 0
# v0.179.0 -> normalize -> 0.179.0
%define cpan_version v0.179.0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Override subroutines in a module for unit testing
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-v%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Module::Build) >= 0.4234
BuildRequires: perl(SUPER) >= 1.20
BuildRequires: perl(Software::License) >= 0.104.6
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warnings)
Requires: perl(SUPER) >= 1.20
Requires: perl(Software::License) >= 0.104.6
%{perl_requires}
%description
@@ -45,7 +49,7 @@ restored. This happens automatically when all MockModule objects for the
given module go out of scope, or when you 'unmock()' the subroutine.
%prep
%autosetup -n %{cpan_name}-v%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Build.PL --installdirs=vendor