aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/uri.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/uri.pl b/scripts/uri.pl
index f107085f..899fa706 100644
--- a/scripts/uri.pl
+++ b/scripts/uri.pl
@@ -3,6 +3,8 @@
eval 'exec perl -w -S $0 ${1+"$@"}'
if 0;
+use strict;
+
while (@ARGV) {
my $file = shift(@ARGV);
my ($aia, $sia, $crl, $a, $s, $c) = qw(- - -);