forked from pool/perl-Test-MockModule
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7473742a0d600eb11766752c79a966570755168105ee4d4e33d90466b7339053
|
|
||||||
size 24561
|
|
3
Test-MockModule-0.14.tar.gz
Normal file
3
Test-MockModule-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:049b9c4104b7b67b9441727b8ad4b5e463c1bca411973176ccc738eb0382df53
|
||||||
|
size 25217
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 6 06:00:00 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.14
|
||||||
|
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
||||||
|
|
||||||
|
v0.14
|
||||||
|
- Fixes a bug where the `redefine()` function was dying when attempting to
|
||||||
|
mock a function that was defined further up a module's inheritance chain.
|
||||||
|
It now only dies when the mocked function does not exist in the module being
|
||||||
|
mocked, or any of its parent modules. Thanks @atoomic for the improvement!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 6 06:03:16 UTC 2017 - coolo@suse.com
|
Fri Oct 6 06:03:16 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-MockModule
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-MockModule
|
Name: perl-Test-MockModule
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: GPL-1.0+
|
#Upstream: GPL-1.0+
|
||||||
%define cpan_name Test-MockModule
|
%define cpan_name Test-MockModule
|
||||||
Summary: Override subroutines in a module for unit testing
|
Summary: Override subroutines in a module for unit testing
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-MockModule/
|
Url: http://search.cpan.org/dist/Test-MockModule/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz
|
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(Module::Build) >= 0.380000
|
||||||
BuildRequires: perl(SUPER)
|
BuildRequires: perl(SUPER)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
BuildRequires: perl(Test::Warnings)
|
||||||
Requires: perl(SUPER)
|
Requires: perl(SUPER)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user