Skip to content

Commit

Permalink
(devel/p5-Test-MockModule) Updated 0.170.0 to 0.171.0
Browse files Browse the repository at this point in the history
v0.171.0
- 89dc5c0 Fixes #25 - mocking core::global no longer fails trying to load the module - Geoff Franks
- 9bb081a update ci for fewer infinite loops - Geoff Franks
- 289d014 Update release notes for all the newly merged PRs - Geoff Franks
- fef9e74 Allow chaining of new with mock, redefine, define - Nicolas Rochelemagne
- e136131 Prevent redefine() from triggering DESTROY. - Felipe Gasper
- 311f6b4 Adjust Travis CI configuration to use travis-perl.github.io - Nicolas Rochelemagne
- 2bed3e2 Add strict mode to ban the use of noop and mock. - Todd Rinaldo
- 0298d8d Provide define method so the mock method is unneeded in tests. - Todd Rinaldo
  • Loading branch information
mef committed Oct 28, 2019
1 parent 7644c31 commit c5c3b67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
14 changes: 6 additions & 8 deletions devel/p5-Test-MockModule/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.24 2019/08/11 13:20:33 wiz Exp $
# $NetBSD: Makefile,v 1.25 2019/10/28 13:01:46 mef Exp $

DISTNAME= Test-MockModule-v0.170.0
DISTNAME= Test-MockModule-v0.171.0
PKGNAME= p5-${DISTNAME:S/v0/0/}
PKGREVISION= 1
CATEGORIES= devel perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}

Expand All @@ -11,11 +10,10 @@ HOMEPAGE= https://metacpan.org/release/Test-MockModule
COMMENT= Perl 5 module to override subroutines in a module for unit testing
LICENSE= gnu-gpl-v3

# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER
TEST_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
TEST_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER

USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Build
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Test-MockModule/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2018/09/02 07:25:37 wiz Exp $
$NetBSD: distinfo,v 1.11 2019/10/28 13:01:46 mef Exp $

SHA1 (Test-MockModule-v0.170.0.tar.gz) = c25ec29e98ac88ff93554f02e6c1f67cb4876ace
RMD160 (Test-MockModule-v0.170.0.tar.gz) = c8fdc27ba2ac12ec7c65f1bf085b93fd1fa1d35d
SHA512 (Test-MockModule-v0.170.0.tar.gz) = e62f79eb5c737838a0276bb1de5301e3f2eceef4f9b80fde0678e16490419f2d02afd24ab292e938b923a7d214e3aa60e73baf0d17da7047ca37064111c3ff79
Size (Test-MockModule-v0.170.0.tar.gz) = 24765 bytes
SHA1 (Test-MockModule-v0.171.0.tar.gz) = 9208ccb864dad19da805b45dd9b6247fa3d619e2
RMD160 (Test-MockModule-v0.171.0.tar.gz) = 10acf437354c548cf74eeeeb069f292907c5f66b
SHA512 (Test-MockModule-v0.171.0.tar.gz) = c1fcb636400cadba1bc4fa2970b995be623c212261aa363c4881442b477968ca09810f028edc2e5e46134b1032e579afa54a14fcd5cb3d8cf3b9e31ecc2e5bd6
Size (Test-MockModule-v0.171.0.tar.gz) = 27134 bytes

0 comments on commit c5c3b67

Please sign in to comment.