summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchecksetup.pl3
-rwxr-xr-xcollectstats.pl1
-rwxr-xr-xduplicates.cgi1
3 files changed, 2 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 6ffd1d0fb..0978d4e25 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -87,9 +87,6 @@
#
-
-
-
###########################################################################
# Global definitions
###########################################################################
diff --git a/collectstats.pl b/collectstats.pl
index 7e0d822f0..e36a3ca90 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -24,6 +24,7 @@
# Run me out of cron at midnight to collect Bugzilla statistics.
+
use AnyDBM_File;
use diagnostics;
use strict;
diff --git a/duplicates.cgi b/duplicates.cgi
index fbd2af7d6..9eeff20fd 100755
--- a/duplicates.cgi
+++ b/duplicates.cgi
@@ -22,6 +22,7 @@
#
# Generates mostfreq list from data collected by collectstats.pl.
+
use diagnostics;
use strict;
use CGI "param";