summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2001-09-28 08:19:33 +0200
committerzach%zachlipton.com <>2001-09-28 08:19:33 +0200
commit8d24bc783cc435d39fa3851992086321626d219f (patch)
tree06632932e4df34fbdb7e23858025c2893d5fe2b8
parentae4fe630058780d03ec2db98d9649db075ee7f04 (diff)
downloadbugzilla-8d24bc783cc435d39fa3851992086321626d219f.tar.gz
bugzilla-8d24bc783cc435d39fa3851992086321626d219f.tar.xz
Partil fix for bug 102032: Fix tinderbox test errors and warnings. This patch adds some -w and use strict; work to clean up
most of the '002goodperl.t' errors. r=Dave Miller <justdave@syndicomm.com> no 2nd review required.
-rwxr-xr-xchangepassword.cgi2
-rwxr-xr-xnew_comment.cgi2
-rwxr-xr-xquips.cgi2
3 files changed, 4 insertions, 2 deletions
diff --git a/changepassword.cgi b/changepassword.cgi
index 873ababda..73ae90350 100755
--- a/changepassword.cgi
+++ b/changepassword.cgi
@@ -20,6 +20,8 @@
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
+use strict;
+
print q{Content-type: text/html
<HTML>
diff --git a/new_comment.cgi b/new_comment.cgi
index d504c0597..0d5ab1394 100755
--- a/new_comment.cgi
+++ b/new_comment.cgi
@@ -1,4 +1,4 @@
-#!/usr/bonsaitools/bin/perl
+#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
diff --git a/quips.cgi b/quips.cgi
index 3fde88c9c..897bf32d0 100755
--- a/quips.cgi
+++ b/quips.cgi
@@ -1,4 +1,4 @@
-#!/usr/bonsaitools/bin/perl
+#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public