Use "use warnings" rather than -w on the #! line.
[rsync/rsync.git] / support / git-set-file-times
index 85d854e..077ac0e 100755 (executable)
@@ -1,5 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 use strict;
+use warnings;
 
 # Sets mtime and atime of files to the latest commit time in git.
 #