Bug 20019: use Modern::Perl in misc perl scripts
[srvgit] / 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/;