]> git.proxmox.com Git - pve-common.git/commitdiff
section config: remove Data::Dumper usage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 14:39:02 +0000 (15:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 14:39:02 +0000 (15:39 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/SectionConfig.pm

index 394aae6582926e3de80f043621ab5419887c9049..cf87d6f6c3faa5c41f200f5f890cfb29f8304c9b 100644 (file)
@@ -2,12 +2,12 @@ package PVE::SectionConfig;
 
 use strict;
 use warnings;
+
 use Digest::SHA;
+
 use PVE::Exception qw(raise_param_exc);
 use PVE::JSONSchema qw(get_standard_option);
 
-use Data::Dumper;
-
 my $defaultData = {
     options => {},
     plugins => {},