diff --git a/PVE/Storage/ZFSPoolPlugin.pm b/PVE/Storage/ZFSPoolPlugin.pm index 215b703..4f8df5e 100644 --- a/PVE/Storage/ZFSPoolPlugin.pm +++ b/PVE/Storage/ZFSPoolPlugin.pm @@ -2,12 +2,14 @@ package PVE::Storage::ZFSPoolPlugin; use strict; use warnings; + use IO::File; -use POSIX; -use PVE::Tools qw(run_command); -use PVE::Storage::Plugin; -use PVE::RPCEnvironment; use Net::IP; +use POSIX; + +use PVE::RPCEnvironment; +use PVE::Storage::Plugin; +use PVE::Tools qw(run_command); use base qw(PVE::Storage::Plugin);