mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Restrict unsafe constructs and enable all warnings
This commit is contained in:
committed by
Nick Mathewson
parent
f43e56a6d0
commit
44db6461b5
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $C = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user