From 2779eec998680c51a65cf9f1f65eb9b51dcb4e7e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 30 May 2018 11:28:18 +0200 Subject: [PATCH] correctly use HTTP::Response --- PVE/APIClient/Commands/lxc.pm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2