diff --git a/programming/language/perl/perl-HTML-Parser/actions.py b/programming/language/perl/perl-HTML-Parser/actions.py index dec3b163c8..48712755f4 100644 --- a/programming/language/perl/perl-HTML-Parser/actions.py +++ b/programming/language/perl/perl-HTML-Parser/actions.py @@ -10,16 +10,20 @@ from pisi.actionsapi import perlmodules WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("Changes","README") \ No newline at end of file + pisitools.dodoc("Changes","README") diff --git a/programming/language/perl/perl-HTML-Parser/pspec.xml b/programming/language/perl/perl-HTML-Parser/pspec.xml index b59727d46d..bb0f7ac5b6 100644 --- a/programming/language/perl/perl-HTML-Parser/pspec.xml +++ b/programming/language/perl/perl-HTML-Parser/pspec.xml @@ -13,7 +13,7 @@ library HTML Parser The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents. - https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.73.tar.gz + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz perl perl-Test-Pod @@ -36,6 +36,13 @@ + + 2020-08-30 + 3.75 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-08-30 3.73