Forráskód Böngészése

Restrict unsafe constructs and enable all warnings

cypherpunks 7 éve
szülő
commit
44db6461b5
1 módosított fájl, 4 hozzáadás és 1 törlés
  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;