[tor-commits] [tor/master] Restrict unsafe constructs and enable all warnings
nickm at torproject.org
nickm at torproject.org
Fri Dec 16 15:55:14 UTC 2016
commit 44db6461b59e849617093ea2b93a29bd707b8814
Author: cypherpunks <cypherpunks at 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;
More information about the tor-commits
mailing list