forked from Mirror/pve-network
tree-wide: remove unused Data::Dumper module inclusion
Signed-off-by: Hannes Duerr <h.duerr@proxmox.com> [TL: drop all other unused Dumper use statements] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bd7c331536
commit
81ee673f66
|
@ -2,7 +2,6 @@ package PVE::API2::Network::SDN::Zones::Content;
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Data::Dumper;
|
||||
|
||||
use PVE::SafeSyslog;
|
||||
use PVE::Cluster;
|
||||
|
|
|
@ -3,7 +3,6 @@ package PVE::Network::SDN;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Data::Dumper;
|
||||
use JSON;
|
||||
|
||||
use PVE::INotify;
|
||||
|
|
|
@ -3,7 +3,6 @@ package PVE::Network::SDN::Controllers;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Data::Dumper;
|
||||
use JSON;
|
||||
|
||||
use PVE::Tools qw(extract_param dir_glob_regex run_command);
|
||||
|
|
|
@ -7,7 +7,6 @@ use PVE::Tools;
|
|||
use PVE::JSONSchema;
|
||||
use PVE::Cluster;
|
||||
|
||||
use Data::Dumper;
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
use base qw(PVE::SectionConfig);
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ package PVE::Network::SDN::Dns;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Data::Dumper;
|
||||
use JSON;
|
||||
|
||||
use PVE::Tools qw(extract_param dir_glob_regex run_command);
|
||||
|
|
|
@ -9,7 +9,6 @@ use PVE::Cluster;
|
|||
use HTTP::Request;
|
||||
use LWP::UserAgent;
|
||||
|
||||
use Data::Dumper;
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
use base qw(PVE::SectionConfig);
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ use HTTP::Request;
|
|||
use LWP::UserAgent;
|
||||
use JSON;
|
||||
|
||||
use Data::Dumper;
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
use base qw(PVE::SectionConfig);
|
||||
|
||||
|
|
Loading…
Reference in a new issue