summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-09-22 13:25:18 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-09-22 13:25:18 +0200
commit1496b2a00bcbf0c2875a2b88b95ee39524cece6e (patch)
tree4c4f90e932f04c695fe8ef4bc4085473ef450f1f
parentab97f0f3bb6b94767cc1bd452defcf06792b0ba4 (diff)
readme, docker: libxml2 is no longer required
-rw-r--r--README.md1
-rwxr-xr-xscripts/makedeb-docker-helper2
2 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7044964..1e9c587 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,6 @@ pkg-config and a C compiler) installed. You will also need the following
libraries with development headers:
* libssl
-* libxml2
* zlib
Now, use a tool of your choice to install the module. Minimum working example:
diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper
index ac9d639..2b94c4c 100755
--- a/scripts/makedeb-docker-helper
+++ b/scripts/makedeb-docker-helper
@@ -9,7 +9,7 @@ apt-get update
apt-get -y install \
apt-file dh-make-perl libmodule-build-perl \
libclass-accessor-perl libdatetime-perl libexception-class-perl \
- libfile-slurp-perl libwww-perl libxml-libxml-perl \
+ libfile-slurp-perl libwww-perl libjson-xs-perl \
libtest-compile-perl libtest-pod-perl \
libtest-fatal-perl libtest-simple-perl