From 848231afd273a7641cf2551ebb004dcba39822b5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 18 Nov 2019 15:39:02 +0100 Subject: [PATCH] section config: remove Data::Dumper usage Signed-off-by: Thomas Lamprecht --- src/PVE/SectionConfig.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index 394aae6..cf87d6f 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -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 => {}, -- 2.39.2