summaryrefslogtreecommitdiff
path: root/scripts/dpkg-mergechangelogs.pl
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-05-20 15:26:18 +0200
committerGuillem Jover <guillem@debian.org>2012-05-23 09:09:24 +0200
commitbedb947092e63a91f899f02cca141677cf528541 (patch)
treee29e45d18862ceba214ffae0c8c3c0e7153eabb7 /scripts/dpkg-mergechangelogs.pl
parent2e62609bbee5104f546df72c861a09f919d0fad6 (diff)
downloaddpkg-bedb947092e63a91f899f02cca141677cf528541.tar.gz
scripts: Handle argument parsing consistently when using Getopt::Long
Diffstat (limited to 'scripts/dpkg-mergechangelogs.pl')
-rwxr-xr-xscripts/dpkg-mergechangelogs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-mergechangelogs.pl b/scripts/dpkg-mergechangelogs.pl
index 152aeb039..eaf306f89 100755
--- a/scripts/dpkg-mergechangelogs.pl
+++ b/scripts/dpkg-mergechangelogs.pl
@@ -24,7 +24,7 @@ use Dpkg::ErrorHandling;
use Dpkg::Gettext;
use Dpkg::Version;
-use Getopt::Long;
+use Getopt::Long qw(:config posix_default bundling no_ignorecase);
use Scalar::Util qw(blessed);
textdomain("dpkg-dev");