From 1d30d62ec78c6dbf59438f8a96043a7f2e6bd6d5 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:44:19 +0200 Subject: [PATCH] perl-Test-MockModule:ver bump --- .../language/perl/perl-Test-MockModule/actions.py | 6 +++++- programming/language/perl/perl-Test-MockModule/pspec.xml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-Test-MockModule/actions.py b/programming/language/perl/perl-Test-MockModule/actions.py index 7d1814db3d..ff9dd9548e 100644 --- a/programming/language/perl/perl-Test-MockModule/actions.py +++ b/programming/language/perl/perl-Test-MockModule/actions.py @@ -7,16 +7,20 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import perlmodules + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("Changes", "LICENSE", "README*") \ No newline at end of file + pisitools.dodoc("Changes", "LICENSE", "README*") diff --git a/programming/language/perl/perl-Test-MockModule/pspec.xml b/programming/language/perl/perl-Test-MockModule/pspec.xml index 1300007001..c4b5e5b251 100644 --- a/programming/language/perl/perl-Test-MockModule/pspec.xml +++ b/programming/language/perl/perl-Test-MockModule/pspec.xml @@ -14,7 +14,7 @@ library Override subroutines in a module for unit testing. Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing. - https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.173.0.tar.gz + https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.175.0.tar.gz perl perl-Super @@ -39,6 +39,13 @@ + + 2020-10-01 + 0.175.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-07-20 0.173.0