diff --git a/programming/language/perl/perl-HTML-Parser/pspec.xml b/programming/language/perl/perl-HTML-Parser/pspec.xml
index bb0f7ac5b6..b446c4fd46 100644
--- a/programming/language/perl/perl-HTML-Parser/pspec.xml
+++ b/programming/language/perl/perl-HTML-Parser/pspec.xml
@@ -16,8 +16,10 @@
https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz
perl
+ perl-URI
perl-Test-Pod
perl-HTML-Tagset
+ perl-HTTP-Message
@@ -26,7 +28,9 @@
HTML Parser
perl
+ perl-URI
perl-HTML-Tagset
+ perl-HTTP-Message
/usr/lib
diff --git a/programming/language/perl/perl-HTTP-Message/actions.py b/programming/language/perl/perl-HTTP-Message/actions.py
index e229c9ceca..333204041f 100644
--- a/programming/language/perl/perl-HTTP-Message/actions.py
+++ b/programming/language/perl/perl-HTTP-Message/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()
@@ -29,4 +33,4 @@ def install():
pisitools.remove("/usr/share/man/man3/HTTP::Status.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Request::Common.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Response.3pm")
- pisitools.remove("/usr/share/man/man3/HTTP::Headers::Auth.3pm")
\ No newline at end of file
+ pisitools.remove("/usr/share/man/man3/HTTP::Headers::Auth.3pm")
diff --git a/programming/language/perl/perl-HTTP-Message/pspec.xml b/programming/language/perl/perl-HTTP-Message/pspec.xml
index 2d8e0e9dc3..ee528a42ae 100644
--- a/programming/language/perl/perl-HTTP-Message/pspec.xml
+++ b/programming/language/perl/perl-HTTP-Message/pspec.xml
@@ -14,7 +14,7 @@
app:console
HTTP::Message - HTTP style message (base class)
HTTP::Message object contains some headers and a content body.
- https://cpan.metacpan.org/authors/id/E/ET/ETHER/HTTP-Message-6.25.tar.gz
+ https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.26.tar.gz
perl
perl-IO-HTML
@@ -50,6 +50,13 @@
+
+ 2020-10-01
+ 6.26
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-07-20
6.25
diff --git a/programming/language/perl/perl-XML-LibXML/actions.py b/programming/language/perl/perl-XML-LibXML/actions.py
index 2f1442c06a..07ce91a39b 100644
--- a/programming/language/perl/perl-XML-LibXML/actions.py
+++ b/programming/language/perl/perl-XML-LibXML/actions.py
@@ -10,6 +10,7 @@ from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
+
def setup():
perlmodules.configure()
# suppress warning messages
@@ -19,13 +20,16 @@ def setup():
# fix runpath analysis
pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
+
def build():
perlmodules.make()
+
def check():
perlmodules.make("test")
+
def install():
perlmodules.install()
- pisitools.dodoc("README", "LICENSE", "Changes")
\ No newline at end of file
+ pisitools.dodoc("README", "LICENSE", "Changes")
diff --git a/programming/language/perl/perl-XML-LibXML/pspec.xml b/programming/language/perl/perl-XML-LibXML/pspec.xml
index 92c9b3ad59..17e7b5fab4 100644
--- a/programming/language/perl/perl-XML-LibXML/pspec.xml
+++ b/programming/language/perl/perl-XML-LibXML/pspec.xml
@@ -13,7 +13,7 @@
library
Perl Binding for libxml2
This module implements much of the DOM Level 2 API as an interface to the Gnome libxml2 library. This makes it a fast and highly capable validating XML parser library, as well as a high performance DOM.
- https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0205.tar.gz
+ https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0206.tar.gz
perl
perl-XML-SAX
@@ -41,6 +41,13 @@
+
+ 2020-10-01
+ 2.0206
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
2.0205
diff --git a/programming/language/perl/perl-libwww/actions.py b/programming/language/perl/perl-libwww/actions.py
index 6ebdaf2350..1054e23111 100644
--- a/programming/language/perl/perl-libwww/actions.py
+++ b/programming/language/perl/perl-libwww/actions.py
@@ -10,18 +10,22 @@ from pisi.actionsapi import perlmodules
WorkDir = "libwww-perl-%s" % get.srcVERSION()
+
def setup():
perlmodules.configure()
+
def build():
perlmodules.make()
+
def check():
perlmodules.make("test")
+
def install():
perlmodules.install()
for method in ["GET", "POST", "HEAD"]:
pisitools.dosym("/usr/bin/lwp-request", "/usr/bin/%s" % method)
- pisitools.dodoc("LICENSE","README*")
\ No newline at end of file
+ pisitools.dodoc("LICENSE","README*")
diff --git a/programming/language/perl/perl-libwww/pspec.xml b/programming/language/perl/perl-libwww/pspec.xml
index 16c2e35e2a..3feb9b53cb 100644
--- a/programming/language/perl/perl-libwww/pspec.xml
+++ b/programming/language/perl/perl-libwww/pspec.xml
@@ -13,7 +13,7 @@
library
Application programming interface to the World-Wide Web
libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.
- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.47.tar.gz
+ https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz
perl
perl-NET-HTTP
@@ -57,6 +57,13 @@
+
+ 2020-10-01
+ 6.49
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-07-20
6.47