From: Dietmar Maurer Date: Wed, 30 May 2018 09:28:18 +0000 (+0200) Subject: correctly use HTTP::Response X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=2779eec998680c51a65cf9f1f65eb9b51dcb4e7e correctly use HTTP::Response --- diff --git a/PVE/APIClient/Commands/lxc.pm b/PVE/APIClient/Commands/lxc.pm index 8a5cfb4..d1fffb7 100644 --- a/PVE/APIClient/Commands/lxc.pm +++ b/PVE/APIClient/Commands/lxc.pm @@ -8,6 +8,7 @@ use IO::Select; use IO::Socket::SSL; use MIME::Base64; use Digest::SHA; +use HTTP::Response; use PVE::Tools; use PVE::JSONSchema qw(get_standard_option);