aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-08-22 22:29:11 +0000
committerRob Austein <sra@hactrn.net>2006-08-22 22:29:11 +0000
commit0275435ddf1f501e3f0880c716abf211ec617157 (patch)
treefce18a9636a1f9f8d6010eb21908388459a3fb82 /scripts
parent8e12b396b916543349f0ff8d6b936fc0109cbafd (diff)
# on 2006/08/10 19:46:34, sra did:
strict svn path=/scripts/uri.pl; revision=201
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(- - -);