This website works better with JavaScript
Home
Explore
Help
Sign In
sengler
/
tor-parallel-relay-conn
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Restrict unsafe constructs and enable all warnings
cypherpunks
8 years ago
parent
f43e56a6d0
commit
44db6461b5
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
4
1
scripts/maint/checkSpace.pl
+ 4
- 1
scripts/maint/checkSpace.pl
View File
@@ -1,4 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
+
+use strict;
+use warnings;
my $C = 0;