]> git.proxmox.com Git - pve-guest-common.git/commit
make GuestHelpers a subclass of Exporter
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 12 Mar 2020 09:57:14 +0000 (10:57 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Mar 2020 10:09:00 +0000 (11:09 +0100)
commitb2b16cee396a6fd8fcb717ed626566801a98f109
tree373a9e54d68bbbb1b8a8b7f02cafc8849131e1a4
parente292f76997dc61b3f45fe6bda55f5548db51c19c
make GuestHelpers a subclass of Exporter

or else the Exports will not work

found by hotplugging nics with current master from qemu-server
which resulted in a
'undefined subroutine &PVE::QemuServer::safe_string_ne'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/GuestHelpers.pm