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:
Hannes Duerr 2025-02-10 15:19:23 +01:00 committed by Thomas Lamprecht
parent bd7c331536
commit 81ee673f66
7 changed files with 0 additions and 7 deletions

View file

@ -2,7 +2,6 @@ package PVE::API2::Network::SDN::Zones::Content;
use strict;
use warnings;
use Data::Dumper;
use PVE::SafeSyslog;
use PVE::Cluster;

View file

@ -3,7 +3,6 @@ package PVE::Network::SDN;
use strict;
use warnings;
use Data::Dumper;
use JSON;
use PVE::INotify;

View file

@ -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);

View file

@ -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);

View file

@ -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);

View file

@ -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);

View file

@ -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);