[pve-devel] [PATCH common 1/3] upid: order imports alphabetically

Fiona Ebner f.ebner at proxmox.com
Wed Oct 1 11:36:40 CEST 2025


Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 src/PVE/UPID.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/UPID.pm b/src/PVE/UPID.pm
index a4fca03..e80f441 100644
--- a/src/PVE/UPID.pm
+++ b/src/PVE/UPID.pm
@@ -2,8 +2,8 @@ package PVE::UPID;
 
 use v5.36;
 
-use IO::File;
 use File::Path qw(make_path);
+use IO::File;
 
 # UPID means 'Unique Process ID' amd uniquely identifies a process in a cluster of nodes.
 #
-- 
2.47.3





More information about the pve-devel mailing list