diff --git a/programming/language/perl/perl-HTML-Parser/actions.py b/programming/language/perl/perl-HTML-Parser/actions.py index 5089f26a60..dec3b163c8 100644 --- a/programming/language/perl/perl-HTML-Parser/actions.py +++ b/programming/language/perl/perl-HTML-Parser/actions.py @@ -4,9 +4,9 @@ # 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()) diff --git a/programming/language/perl/perl-HTML-Parser/pspec.xml b/programming/language/perl/perl-HTML-Parser/pspec.xml index 9237377df2..b59727d46d 100644 --- a/programming/language/perl/perl-HTML-Parser/pspec.xml +++ b/programming/language/perl/perl-HTML-Parser/pspec.xml @@ -3,7 +3,7 @@ perl-HTML-Parser - http://search.cpan.org/dist/HTML-Parser/ + https://metacpan.org/release/HTML-Parser Pisi Linux Admins admins@pisilinux.org @@ -13,7 +13,7 @@ library HTML Parser The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents. - http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.72.tar.gz + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.73.tar.gz perl perl-Test-Pod @@ -30,12 +30,19 @@ /usr/lib - /usr/share/doc/perl-HTML-Parser /usr/share/man + /usr/share/doc/perl-HTML-Parser + + 2020-08-30 + 3.73 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-02 3.72 @@ -72,4 +79,4 @@ marcin@pisilinux.org - + \ No newline at end of file