Git.pm: add the "use warnings" pragma
[gitweb.git] / perl / Git.pm
index 99e5d943af9e4046bb5fd0935e397e258ef532ca..7ec16e6dde3f1c6174dd38c0cc7d4358cd50df40 100644 (file)
@@ -9,6 +9,7 @@ package Git;
 
 use 5.008;
 use strict;
+use warnings;
 
 
 BEGIN {