[pve-devel] [PATCH v2 05/10] HTTPServer.pm: add missing 'use' statements

Dietmar Maurer dietmar at proxmox.com
Tue Jan 10 17:06:02 CET 2017


Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
 PVE/HTTPServer.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/PVE/HTTPServer.pm b/PVE/HTTPServer.pm
index 1fdca41..d2ae1fe 100755
--- a/PVE/HTTPServer.pm
+++ b/PVE/HTTPServer.pm
@@ -23,6 +23,7 @@ use Fcntl ();
 use Compress::Zlib;
 use PVE::SafeSyslog;
 use PVE::INotify;
+use PVE::Tools;
 use PVE::RPCEnvironment;
 use PVE::Cluster;
 
@@ -30,7 +31,9 @@ use Net::IP;
 use URI;
 use URI::Escape;
 use HTTP::Status qw(:constants);
+use HTTP::Date;
 use HTTP::Headers;
+use HTTP::Request;
 use HTTP::Response;
 use Data::Dumper;
 
-- 
2.1.4




More information about the pve-devel mailing list