Update to 0.171.0

epel9
Paul Howarth 5 years ago
parent f25d322066
commit 622cf2e642

1
.gitignore vendored

@ -6,3 +6,4 @@ Test-MockModule-0.05.tar.gz
/Test-MockModule-0.13.tar.gz
/Test-MockModule-0.15.tar.gz
/Test-MockModule-v0.170.0.tar.gz
/Test-MockModule-v0.171.0.tar.gz

@ -6,8 +6,8 @@
%endif
Name: perl-Test-MockModule
Version: 0.170.0
Release: 5%{?dist}
Version: 0.171.0
Release: 1%{?dist}
Summary: Override subroutines in a module for unit testing
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-MockModule
@ -51,7 +51,7 @@ of scope, or when you unmock() the subroutine.
%setup -q -n Test-MockModule-v%{version}
%build
perl Build.PL installdirs=vendor
perl Build.PL --installdirs=vendor
./Build
%install
@ -68,6 +68,9 @@ perl Build.PL installdirs=vendor
%{_mandir}/man3/Test::MockModule.3*
%changelog
* Mon Oct 21 2019 Paul Howarth <paul@city-fan.org> - 0.171.0-1
- Update to 0.171.0
* Tue Oct 8 2019 Paul Howarth <paul@city-fan.org> - 0.170.0-5
- Spec tidy-up
- Use author-independent source URL

@ -1 +1 @@
SHA512 (Test-MockModule-v0.170.0.tar.gz) = e62f79eb5c737838a0276bb1de5301e3f2eceef4f9b80fde0678e16490419f2d02afd24ab292e938b923a7d214e3aa60e73baf0d17da7047ca37064111c3ff79
SHA512 (Test-MockModule-v0.171.0.tar.gz) = c1fcb636400cadba1bc4fa2970b995be623c212261aa363c4881442b477968ca09810f028edc2e5e46134b1032e579afa54a14fcd5cb3d8cf3b9e31ecc2e5bd6

Loading…
Cancel
Save