Signed-off-by: Fiona Ebner <[email protected]> --- 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 [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
