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