8
0

Accepting request 835370 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/835370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-MockModule?expand=0&rev=13
This commit is contained in:
2020-09-18 13:21:28 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 5 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07b284d713dd82ced1b42c60ccb1621a3c77c54b21b13b8694a75945c045eefe
size 21914

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Sep 18 03:15:42 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.175.0
see /usr/share/doc/packages/perl-Test-MockModule/Changes
v0.175.0
- 964aa2a Ignore CI files and whitesource - Nicolas R
-------------------------------------------------------------------
Tue Sep 15 03:16:25 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.174.0
see /usr/share/doc/packages/perl-Test-MockModule/Changes
v0.174.0
- cf65e7c Fix typo in pod - nima
-------------------------------------------------------------------
Sat Jun 13 03:15:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-Test-MockModule
Version: 0.173.0
Version: 0.175.0
Release: 0
%define cpan_name Test-MockModule
Summary: Override subroutines in a module for unit testing
@@ -48,7 +48,6 @@ given module go out of scope, or when you 'unmock()' the subroutine.
%prep
%setup -q -n %{cpan_name}-v%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Build.PL installdirs=vendor