mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 16:36:30 +00:00
pveupdate: split/sort perl module usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
13799d5b9e
commit
5366e88eda
@ -7,20 +7,21 @@ use IO::File;
|
||||
use File::Find;
|
||||
use File::stat;
|
||||
|
||||
use PVE::APLInfo;
|
||||
use PVE::CertHelpers;
|
||||
use PVE::Certificate;
|
||||
use PVE::NodeConfig;
|
||||
use PVE::INotify;
|
||||
use PVE::Cluster;
|
||||
use PVE::Cluster::Setup;
|
||||
use PVE::Cluster;
|
||||
use PVE::DataCenterConfig;
|
||||
use PVE::APLInfo;
|
||||
use PVE::SafeSyslog;
|
||||
use PVE::INotify;
|
||||
use PVE::NodeConfig;
|
||||
use PVE::RPCEnvironment;
|
||||
use PVE::SafeSyslog;
|
||||
use PVE::Tools;
|
||||
use PVE::API2::Subscription;
|
||||
use PVE::API2::APT;
|
||||
|
||||
use PVE::API2::ACME;
|
||||
use PVE::API2::APT;
|
||||
use PVE::API2::Subscription;
|
||||
|
||||
initlog ('pveupdate', 'daemon');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user