]> git.proxmox.com Git - qemu-server.git/commitdiff
move 'use UUID' statement to correct file
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 6 Nov 2019 12:36:53 +0000 (13:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Nov 2019 10:22:51 +0000 (11:22 +0100)
and add the libuuid-perl package to build-depends as well.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm
debian/control

index b2c0b0df006e569743990be63e5e3fffb34ff111..da00676dca26845b29b297a3bcb1b12cc184d091 100644 (file)
@@ -4,7 +4,6 @@ use strict;
 use warnings;
 use Cwd 'abs_path';
 use Net::SSLeay;
-use UUID;
 use POSIX;
 use IO::Socket::IP;
 use URI::Escape;
index bfe6662dd18d57cdcc70486ebc59acfc89575f93..5fb745eae6a64962fa87700a2542246e1af39f3b 100644 (file)
@@ -24,6 +24,7 @@ use POSIX;
 use Storable qw(dclone);
 use Time::HiRes qw(gettimeofday);
 use URI::Escape;
+use UUID;
 
 use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file cfs_lock_file);
 use PVE::Exception qw(raise raise_param_exc);
index 8afce0ea5d58812238608e02c66b4f1e35c13fab..cbf16efdeacc0a35bd6e13666faae94c82c68b59 100644 (file)
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 11~),
                libpve-guest-common-perl (>= 2.0-20),
                libpve-storage-perl,
                libtest-mockmodule-perl,
+               libuuid-perl,
                libxml-libxml-perl,
                lintian,
                perl (>= 5.10.0-19),