瀏覽代碼

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;