use strict and warnings.
This commit is contained in:
parent
f550c60f26
commit
91127ef7b4
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@
|
|||
# In other words, this process measures only quantity of code written and
|
||||
# fails to examine the quality of the code.
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Git::Repository 'Log';
|
||||
use POSIX ":sys_wait_h";
|
||||
use File::Spec;
|
||||
|
|
Loading…
Reference in a new issue