commit 44db6461b59e849617093ea2b93a29bd707b8814 Author: cypherpunks cypherpunks@torproject.org Date: Thu Dec 15 10:49:12 2016 +0000
Restrict unsafe constructs and enable all warnings --- scripts/maint/checkSpace.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/scripts/maint/checkSpace.pl b/scripts/maint/checkSpace.pl index 724b5a5..9509361 100755 --- a/scripts/maint/checkSpace.pl +++ b/scripts/maint/checkSpace.pl @@ -1,4 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl + +use strict; +use warnings;
my $C = 0;
tor-commits@lists.torproject.org