8
0

Accepting request 835361 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/835361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=33
This commit is contained in:
2020-09-18 08:55:52 +00:00
committed by Git OBS Bridge
parent 8b75a3526a
commit bb16fc76f0
4 changed files with 13 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-Test-MockModule
Version: 0.174.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