@@ -21,7 +21,7 @@
use strict;
use warnings;
-use Getopt::Long qw(:config gnu_getopt auto_help);
+use Getopt::Long qw(:config posix_default bundling no_ignorecase);
use POSIX;
use Dpkg;
@@ -24,7 +24,7 @@ use Dpkg::ErrorHandling;
use Dpkg::Gettext;
use Dpkg::Version;
-use Getopt::Long;
use Scalar::Util qw(blessed);
textdomain("dpkg-dev");