use strict and warnings.

This commit is contained in:
Bradley M. Kuhn 2016-04-28 19:59:24 -07:00
parent f550c60f26
commit 91127ef7b4

View file

@ -80,6 +80,9 @@
# In other words, this process measures only quantity of code written and # In other words, this process measures only quantity of code written and
# fails to examine the quality of the code. # fails to examine the quality of the code.
use strict;
use warnings;
use Git::Repository 'Log'; use Git::Repository 'Log';
use POSIX ":sys_wait_h"; use POSIX ":sys_wait_h";
use File::Spec; use File::Spec;