[pve-devel] applied: [PATCH manager] remove unused libxml-parser-perl dependency
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Jan 31 12:04:33 CET 2019
applied
On Wed, Jan 30, 2019 at 05:42:12PM +0100, Thomas Lamprecht wrote:
> over from the time where corosync was still bnased on XML configs
> (pre PVE 4.0). This was not used, and XML::Parser is not Export
> based, so it does not pushes some methods into the using modules
> namespace
>
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
> PVE/API2/Cluster.pm | 2 --
> debian/control | 1 -
> 2 files changed, 3 deletions(-)
>
> diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm
> index 7700ca13..c72a075b 100644
> --- a/PVE/API2/Cluster.pm
> +++ b/PVE/API2/Cluster.pm
> @@ -3,8 +3,6 @@ package PVE::API2::Cluster;
> use strict;
> use warnings;
>
> -use XML::Parser;
> -
> use PVE::SafeSyslog;
> use PVE::Tools qw(extract_param);
> use PVE::Exception qw(raise_param_exc);
> diff --git a/debian/control b/debian/control
> index a123f7e4..0d053a03 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -61,7 +61,6 @@ Depends: apt-transport-https,
> liburi-perl,
> libuuid-perl,
> libwww-perl (>= 6.04-1),
> - libxml-parser-perl,
> logrotate,
> lsb-base,
> lzop,
> --
> 2.20.1
More information about the pve-devel
mailing list