diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm index dbae4d1..6010b47 100644 --- a/PVE/Storage/DRBDPlugin.pm +++ b/PVE/Storage/DRBDPlugin.pm @@ -1,9 +1,12 @@ package PVE::Storage::DRBDPlugin; +# FIXME: remove with 7.0 + use strict; use warnings; use IO::File; +# FIXME remove libnet-dbus-perl dependency once this gets removed use Net::DBus; use PVE::Tools qw(run_command trim);