Browse Source

Restrict unsafe constructs and enable all warnings

cypherpunks 7 years ago
parent
commit
44db6461b5
1 changed files with 4 additions and 1 deletions
  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;