5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-01-25 18:03:33 +03:00

section config: remove Data::Dumper usage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-18 15:39:02 +01:00
parent 8bc99fda82
commit 848231afd2

View 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 => {},