Code

t4011: illustrate "diff-index -p" on stat-dirty paths
[git.git] / git-add--interactive.perl
index a96fb53156214177701c12f8995b277059e55ebd..77f60fa3960323e412f8d09968e63865cc639298 100755 (executable)
@@ -1,7 +1,8 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use 5.008;
 use strict;
+use warnings;
 use Git;
 
 binmode(STDOUT, ":raw");