]> git.proxmox.com Git - pve-storage.git/commitdiff
zfs pool: clean up use statements
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Sep 2020 03:08:57 +0000 (05:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Sep 2020 03:08:57 +0000 (05:08 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/ZFSPoolPlugin.pm

index 215b703392cf9515fff6ff18e31db90e0e9c8b8a..4f8df5ee950c3e189b130c424703abf1b9363327 100644 (file)
@@ -2,12 +2,14 @@ package PVE::Storage::ZFSPoolPlugin;
 
 use strict;
 use warnings;
+
 use IO::File;
+use Net::IP;
 use POSIX;
-use PVE::Tools qw(run_command);
-use PVE::Storage::Plugin;
+
 use PVE::RPCEnvironment;
-use Net::IP;
+use PVE::Storage::Plugin;
+use PVE::Tools qw(run_command);
 
 use base qw(PVE::Storage::Plugin);