Bug 32859: Fix cataloguing/value_builder/unimarc_field_128b.pl
[koha-ffzg.git] / debian / build-git-snapshot
index 260816d..cedddae 100755 (executable)
 #   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 Getopt::Long qw(:config no_ignore_case);
 use POSIX qw/strftime/;
 
 my $basetgz;