5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-22 22:03:55 +03:00

fix QemuServer module

fixes d1e7b922894 ("parse vm config: remove "\s*" from multi-line
comment regex")

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-04-27 11:00:00 +02:00
parent d1e7b92289
commit baa4f62de0

View File

@ -1,4 +1,4 @@
rpackage PVE::QemuServer;
package PVE::QemuServer;
use strict;
use warnings;