Explorar el Código

Restrict unsafe constructs and enable all warnings

cypherpunks hace 7 años
padre
commit
44db6461b5
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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;