]> git.proxmox.com Git - pve-cluster.git/commitdiff
cleanup and sort use module section
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Apr 2019 13:45:42 +0000 (15:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Apr 2019 13:45:42 +0000 (15:45 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster.pm

index 2311e7c6b0b1387716b709fae528d2f6356a4e98..fb4b970902721ad2772da1b60bf4ee21dad3adef 100644 (file)
@@ -2,26 +2,30 @@ package PVE::Cluster;
 
 use strict;
 use warnings;
-use POSIX qw(EEXIST ENOENT);
+
+use Digest::HMAC_SHA1;
+use Digest::SHA;
+use Encode;
 use File::stat qw();
-use Socket;
-use Storable qw(dclone);
 use IO::File;
+use JSON;
 use MIME::Base64;
-use Digest::SHA;
-use Digest::HMAC_SHA1;
 use Net::SSLeay;
-use PVE::Tools qw(run_command);
+use POSIX qw(EEXIST ENOENT);
+use RRDs;
+use Socket;
+use Storable qw(dclone);
+use UUID;
+
 use PVE::INotify;
 use PVE::IPCC;
-use PVE::SafeSyslog;
 use PVE::JSONSchema;
 use PVE::Network;
+use PVE::SafeSyslog;
+use PVE::Tools qw(run_command);
+
 use PVE::Cluster::IPCConst;
-use JSON;
-use RRDs;
-use Encode;
-use UUID;
+
 use base 'Exporter';
 
 our @EXPORT_OK = qw(