From 98e40a0cc8637febac738d39c68465b4cb31bb66 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 29 May 2015 15:05:02 +0100 Subject: [PATCH] perl: XML::XPath and XML::XPath::XMLParser are not required. --- README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README b/README index 4a5786c70..573d94307 100644 --- a/README +++ b/README @@ -234,10 +234,6 @@ The full requirements are described below. +--------------+-------------+---+-----------------------------------------+ | Test::More | | O | Perl module used by tests. | +--------------+-------------+---+-----------------------------------------+ -| XML::XPath | | O | Perl module used by some virt-* tools. | -+--------------+-------------+---+-----------------------------------------+ -| XML::XPath::XMLParser | O | Perl module used by some virt-* tools. | -+--------------+-------------+---+-----------------------------------------+ | perl-libintl | | O | Perl module for localization. | +--------------+-------------+---+-----------------------------------------+ | bash-completion | O | For tab-completion of commands in bash. |