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=33d818dd0d8a6a440768f9d7d76ac5f83f0b31dd

commit 33d818dd0d8a6a440768f9d7d76ac5f83f0b31dd
Author: Guillem Jover <[email protected]>
AuthorDate: Sat Dec 23 22:59:18 2023 +0100

    Dpkg::Changelog::Debian: Remove wrong import arguments
    
    The Dpkg::Changelog module does not have an import method, either explicit
    or implicitly from Exporter. This is detected with newer perl 5.39.x, which
    helpfully fails on such bogus construct.
    
    Fixes: https://rt.cpan.org/Ticket/Display.html?id=150857
---
 scripts/Dpkg/Changelog/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Dpkg/Changelog/Debian.pm b/scripts/Dpkg/Changelog/Debian.pm
index 8a4157762..e7dd7c4ac 100644
--- a/scripts/Dpkg/Changelog/Debian.pm
+++ b/scripts/Dpkg/Changelog/Debian.pm
@@ -49,7 +49,7 @@ use warnings;
 
 use Dpkg::Gettext;
 use Dpkg::File;
-use Dpkg::Changelog qw(:util);
+use Dpkg::Changelog;
 use Dpkg::Changelog::Entry::Debian qw(match_header match_trailer);
 
 use parent qw(Dpkg::Changelog);

-- 
Dpkg.Org's dpkg

Reply via email to