From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH common 1/3] upid: order imports alphabetically
Date: Wed, 1 Oct 2025 11:36:40 +0200 [thread overview]
Message-ID: <20251001093750.51078-2-f.ebner@proxmox.com> (raw)
In-Reply-To: <20251001093750.51078-1-f.ebner@proxmox.com>
Signed-off-by: Fiona Ebner <f.ebner@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-10-01 9:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-01 9:36 [pve-devel] [PATCH common 0/3] upid: fix calls to decode Fiona Ebner
2025-10-01 9:36 ` Fiona Ebner [this message]
2025-10-01 10:32 ` [pve-devel] applied: [PATCH common 1/3] upid: order imports alphabetically Thomas Lamprecht
2025-10-01 9:36 ` [pve-devel] [PATCH common 2/3] upid: add missing imports Fiona Ebner
2025-10-01 9:36 ` [pve-devel] [PATCH common 3/3] upid: fix calls to decode function Fiona Ebner
2025-10-01 10:34 ` Thomas Lamprecht
2025-10-01 11:17 ` Fiona Ebner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251001093750.51078-2-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox