From: Hannes Duerr Date: Mon, 10 Feb 2025 14:19:23 +0000 (+0100) Subject: tree-wide: remove unused Data::Dumper module inclusion X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=81ee673f6646eb4e3caef513096783acf1a6d78e;p=mirror%2Fpve-network.git tree-wide: remove unused Data::Dumper module inclusion Signed-off-by: Hannes Duerr [TL: drop all other unused Dumper use statements] Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/API2/Network/SDN/Zones/Content.pm b/src/PVE/API2/Network/SDN/Zones/Content.pm index 66f49df..211e71b 100644 --- a/src/PVE/API2/Network/SDN/Zones/Content.pm +++ b/src/PVE/API2/Network/SDN/Zones/Content.pm @@ -2,7 +2,6 @@ package PVE::API2::Network::SDN::Zones::Content; use strict; use warnings; -use Data::Dumper; use PVE::SafeSyslog; use PVE::Cluster; diff --git a/src/PVE/Network/SDN.pm b/src/PVE/Network/SDN.pm index 4ac9720..0fe7c9f 100644 --- a/src/PVE/Network/SDN.pm +++ b/src/PVE/Network/SDN.pm @@ -3,7 +3,6 @@ package PVE::Network::SDN; use strict; use warnings; -use Data::Dumper; use JSON; use PVE::INotify; diff --git a/src/PVE/Network/SDN/Controllers.pm b/src/PVE/Network/SDN/Controllers.pm index fd7ad54..9e8f3aa 100644 --- a/src/PVE/Network/SDN/Controllers.pm +++ b/src/PVE/Network/SDN/Controllers.pm @@ -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); diff --git a/src/PVE/Network/SDN/Controllers/Plugin.pm b/src/PVE/Network/SDN/Controllers/Plugin.pm index 5579513..d6ffc5f 100644 --- a/src/PVE/Network/SDN/Controllers/Plugin.pm +++ b/src/PVE/Network/SDN/Controllers/Plugin.pm @@ -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); diff --git a/src/PVE/Network/SDN/Dns.pm b/src/PVE/Network/SDN/Dns.pm index c2e153a..581b467 100644 --- a/src/PVE/Network/SDN/Dns.pm +++ b/src/PVE/Network/SDN/Dns.pm @@ -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); diff --git a/src/PVE/Network/SDN/Dns/Plugin.pm b/src/PVE/Network/SDN/Dns/Plugin.pm index 07d0be1..9b60b2d 100644 --- a/src/PVE/Network/SDN/Dns/Plugin.pm +++ b/src/PVE/Network/SDN/Dns/Plugin.pm @@ -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); diff --git a/src/PVE/Network/SDN/Ipams/Plugin.pm b/src/PVE/Network/SDN/Ipams/Plugin.pm index 8ab405e..249a48d 100644 --- a/src/PVE/Network/SDN/Ipams/Plugin.pm +++ b/src/PVE/Network/SDN/Ipams/Plugin.pm @@ -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);