Parcourir la source

Restrict unsafe constructs and enable all warnings

cypherpunks il y a 7 ans
Parent
commit
44db6461b5
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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;