Restrict unsafe constructs and enable all warnings

This commit is contained in:
cypherpunks 2016-12-15 10:49:12 +00:00 committed by Nick Mathewson
parent f43e56a6d0
commit 44db6461b5

View file

@ -1,4 +1,7 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
use strict;
use warnings;
my $C = 0;