[pve-devel] [PATCH common 2/3] upid: add missing imports

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


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

diff --git a/src/PVE/UPID.pm b/src/PVE/UPID.pm
index e80f441..1256ec3 100644
--- a/src/PVE/UPID.pm
+++ b/src/PVE/UPID.pm
@@ -2,6 +2,8 @@ package PVE::UPID;
 
 use v5.36;
 
+use Fcntl qw(O_CREAT O_EXCL O_WRONLY);
+use File::Basename qw(dirname);
 use File::Path qw(make_path);
 use IO::File;
 
-- 
2.47.3





More information about the pve-devel mailing list