]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Partil fix for bug 102032: Fix tinderbox test errors and warnings. This patch adds...
authorzach%zachlipton.com <>
Fri, 28 Sep 2001 06:19:33 +0000 (06:19 +0000)
committerzach%zachlipton.com <>
Fri, 28 Sep 2001 06:19:33 +0000 (06:19 +0000)
most of the '002goodperl.t' errors.

r=Dave Miller <justdave@syndicomm.com> no 2nd review required.

changepassword.cgi
new_comment.cgi
quips.cgi

index 873ababda908af54c64ae449722de00b9e17b53d..73ae90350c1b5c72bf373267aa362c2b52fc6fdd 100755 (executable)
@@ -20,6 +20,8 @@
 #
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 
+use strict;
+
 print q{Content-type: text/html
 
 <HTML>
index d504c0597ec1735785d878eefeea350a3a51968d..0d5ab1394f1d9e8530168210e620562dd0378ec9 100755 (executable)
@@ -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
index 3fde88c9cc202802e2d2f4b518a1c98d71d55f5d..897bf32d0ef4737d6053132135940e41d9058f4f 100755 (executable)
--- 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