about summary refs log tree commit diff stats
path: root/scripts/cfg2html.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cfg2html.pl')
-rwxr-xr-xscripts/cfg2html.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/cfg2html.pl b/scripts/cfg2html.pl
index 5b5806e6..3b2256a0 100755
--- a/scripts/cfg2html.pl
+++ b/scripts/cfg2html.pl
@@ -23,13 +23,13 @@ use strict;
 
 use Getopt::Std;
 
-our ($opt_a, $opt_m, $opt_s);
+use vars qw($opt_a $opt_m $opt_s);
 
-our (@cats);
-our (%cats);
+use vars qw(@cats);
+use vars qw(%cats);
 
-our (@settings_avail);
-our (%settings_avail);
+use vars qw(@settings_avail);
+use vars qw(%settings_avail);
 
 # Options:
 #	-a	show all options, not only those that are available.