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