Bug 21416: 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
[koha.git] / debian / build-git-snapshot
index 260816d..0ae2197 100755 (executable)
@@ -21,8 +21,7 @@
 #   Srdjan Jankovic <srdjan@catalyst.net.nz>
 # Based on an sh version by Lars Wirzenius.
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use Getopt::Long;
 use POSIX qw/strftime/;