浏览代码

Restrict unsafe constructs and enable all warnings

cypherpunks 7 年之前
父节点
当前提交
44db6461b5
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      scripts/maint/checkSpace.pl

+ 4 - 1
scripts/maint/checkSpace.pl

@@ -1,4 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
+
+use strict;
+use warnings;
 
 my $C = 0;