From: Thomas Lamprecht Date: Wed, 10 Apr 2019 13:45:42 +0000 (+0200) Subject: cleanup and sort use module section X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=57d8355e3d2e792315335f3527bb7bf91d60beae;p=pve-cluster.git cleanup and sort use module section Signed-off-by: Thomas Lamprecht --- diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index 2311e7c..fb4b970 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -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(