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:
parent
8bc99fda82
commit
848231afd2
@ -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 => {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user