diff --git a/programming/language/perl/perl-test-simple/actions.py b/programming/language/perl/perl-test-simple/actions.py index 077c3fc6f0..d30e7eb47d 100644 --- a/programming/language/perl/perl-test-simple/actions.py +++ b/programming/language/perl/perl-test-simple/actions.py @@ -8,15 +8,19 @@ from pisi.actionsapi import get 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() diff --git a/programming/language/perl/perl-test-simple/pspec.xml b/programming/language/perl/perl-test-simple/pspec.xml index 59682d09a6..d4e433cb7a 100644 --- a/programming/language/perl/perl-test-simple/pspec.xml +++ b/programming/language/perl/perl-test-simple/pspec.xml @@ -14,7 +14,7 @@ app:console Basic utilities for writing tests. This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302177.tar.gz + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302181.tar.gz perl @@ -34,6 +34,13 @@ + + 2020-10-01 + 1.302181 + Minor version bump + Blue Devil + bluedevil@sctzine.com + 2020-08-30 1.302177