]> git.proxmox.com Git - pve-client.git/commitdiff
correctly use HTTP::Response
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 30 May 2018 09:28:18 +0000 (11:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 30 May 2018 09:28:18 +0000 (11:28 +0200)
PVE/APIClient/Commands/lxc.pm

index 8a5cfb4813be0e966cba27c99e8a7e75ec70d33e..d1fffb7cb33641b699b967f83172e2a5b9aca002 100644 (file)
@@ -8,6 +8,7 @@ use IO::Select;
 use IO::Socket::SSL;
 use MIME::Base64;
 use Digest::SHA;
 use IO::Socket::SSL;
 use MIME::Base64;
 use Digest::SHA;
+use HTTP::Response;
 
 use PVE::Tools;
 use PVE::JSONSchema qw(get_standard_option);
 
 use PVE::Tools;
 use PVE::JSONSchema qw(get_standard_option);