]> git.proxmox.com Git - qemu-server.git/commitdiff
fix QemuServer module
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Apr 2022 09:00:00 +0000 (11:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Apr 2022 09:08:50 +0000 (11:08 +0200)
fixes d1e7b922894 ("parse vm config: remove "\s*" from multi-line
comment regex")

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 8c788b48cd88d2dc9204b2d1da089e379e44cc60..8ee1c531af322437b18a7b637e40f660238497a7 100644 (file)
@@ -1,4 +1,4 @@
-rpackage PVE::QemuServer;
+package PVE::QemuServer;
 
 use strict;
 use warnings;