mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
Restrict unsafe constructs and enable all warnings
This commit is contained in:
parent
f43e56a6d0
commit
44db6461b5
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $C = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue