[pve-devel] [PATCH 5/9] HTTPServer.pm: add missing 'use' statements
Dietmar Maurer
dietmar at proxmox.com
Tue Jan 10 11:55:22 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 96f5d71..95dff1f 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