]> git.proxmox.com Git - dab.git/commitdiff
sort and group use statements
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 May 2023 13:39:07 +0000 (15:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 May 2023 15:24:30 +0000 (17:24 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/DAB.pm

index 33f8fa66e9345c7b21fce048227bfcbee615c75d..c044194aa4ab97e983059cfff466d1c4321b0867 100644 (file)
@@ -2,15 +2,16 @@ package PVE::DAB;
 
 use strict;
 use warnings;
-use IO::File;
-use File::Path;
+
+use Cwd;
 use File::Basename;
+use File::Path;
+use IO::File;
 use IO::Select;
 use IPC::Open2;
 use IPC::Open3;
 use POSIX qw (LONG_MAX);
 use UUID;
-use Cwd;
 
 # fixme: lock container ?