Dpkg::Changelog::Debian: Remove wrong import arguments
commit33d818dd0d8a6a440768f9d7d76ac5f83f0b31dd
authorGuillem Jover <guillem@debian.org>
Sat, 23 Dec 2023 21:59:18 +0000 (23 22:59 +0100)
committerGuillem Jover <guillem@debian.org>
Fri, 29 Dec 2023 02:43:10 +0000 (29 03:43 +0100)
tree396f16f8641ee2ba241e4df8c0d6ad88c0503dbe
parent29c0ac07546e9affbe770bca593dd62573d99a7c
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