This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1ae6b726dd612a113d2f1dad92ce81cfad982917 commit 1ae6b726dd612a113d2f1dad92ce81cfad982917 Author: Guillem Jover <[email protected]> AuthorDate: Wed Mar 15 23:58:43 2023 +0100 perl: Remove unused Dpkg::Version semantic_change warning suppression --- scripts/Dpkg/Shlibs/Symbol.pm | 4 ---- scripts/Dpkg/Shlibs/SymbolFile.pm | 4 ---- 2 files changed, 8 deletions(-) diff --git a/scripts/Dpkg/Shlibs/Symbol.pm b/scripts/Dpkg/Shlibs/Symbol.pm index 2be1f314f..f4955bb55 100644 --- a/scripts/Dpkg/Shlibs/Symbol.pm +++ b/scripts/Dpkg/Shlibs/Symbol.pm @@ -49,10 +49,6 @@ use constant ALIAS_TYPES => qw( symver ); -# Needed by the deprecated key, which is a correct use. -no if $Dpkg::Version::VERSION ge '1.02', - warnings => qw(Dpkg::Version::semantic_change::overload::bool); - sub new { my ($this, %args) = @_; my $class = ref($this) || $this; diff --git a/scripts/Dpkg/Shlibs/SymbolFile.pm b/scripts/Dpkg/Shlibs/SymbolFile.pm index cce314597..61c783ac3 100644 --- a/scripts/Dpkg/Shlibs/SymbolFile.pm +++ b/scripts/Dpkg/Shlibs/SymbolFile.pm @@ -42,10 +42,6 @@ use Dpkg::Arch qw(get_host_arch); use parent qw(Dpkg::Interface::Storable); -# Needed by the deprecated key, which is a correct use. -no if $Dpkg::Version::VERSION ge '1.02', - warnings => qw(Dpkg::Version::semantic_change::overload::bool); - my %internal_symbol = ( __bss_end__ => 1, # arm __bss_end => 1, # arm -- Dpkg.Org's dpkg

