From b97bbf11468fe81e3a26578c51016c5d5d1a9433 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:43:35 +0200 Subject: [PATCH] perl-IO-HTML:ver bump --- .../language/perl/perl-IO-HTML/actions.py | 10 +++++++--- .../language/perl/perl-IO-HTML/pspec.xml | 17 ++++++++++++----- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/programming/language/perl/perl-IO-HTML/actions.py b/programming/language/perl/perl-IO-HTML/actions.py index 86f4fd0135..f8cc4eac78 100644 --- a/programming/language/perl/perl-IO-HTML/actions.py +++ b/programming/language/perl/perl-IO-HTML/actions.py @@ -4,21 +4,25 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +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("LICENSE","README") \ No newline at end of file + pisitools.dodoc("LICENSE","README") diff --git a/programming/language/perl/perl-IO-HTML/pspec.xml b/programming/language/perl/perl-IO-HTML/pspec.xml index a4047225d8..44cdbdd527 100644 --- a/programming/language/perl/perl-IO-HTML/pspec.xml +++ b/programming/language/perl/perl-IO-HTML/pspec.xml @@ -3,7 +3,7 @@ perl-IO-HTML - https://metacpan.org/pod/IO::HTML + https://metacpan.org/release/IO-HTML Blue Devil bluedevil@sctzine.com @@ -14,7 +14,7 @@ library IO::HTML Opens an HTML file with automatic charset detection IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. - https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz + https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz perl @@ -26,14 +26,21 @@ perl - /usr/share/doc - /usr/share/man - /usr/lib /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + + 2020-10-01 + 1.004 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-11 1.001