Bug 21000: Force case sensitivity on Getopt::Long
[koha-equinox.git] / debian / build-git-snapshot
index 0ae2197..cedddae 100755 (executable)
@@ -23,7 +23,7 @@
 
 use Modern::Perl;
 
-use Getopt::Long;
+use Getopt::Long qw(:config no_ignore_case);
 use POSIX qw/strftime/;
 
 my $basetgz;