From: zach%zachlipton.com <> Date: Fri, 28 Sep 2001 06:19:33 +0000 (+0000) Subject: Partil fix for bug 102032: Fix tinderbox test errors and warnings. This patch adds... X-Git-Tag: bugzilla-2.14.1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d24bc783cc435d39fa3851992086321626d219f;p=thirdparty%2Fbugzilla.git 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 no 2nd review required. --- diff --git a/changepassword.cgi b/changepassword.cgi index 873ababda9..73ae90350c 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -20,6 +20,8 @@ # # Contributor(s): Terry Weissman +use strict; + print q{Content-type: text/html diff --git a/new_comment.cgi b/new_comment.cgi index d504c0597e..0d5ab1394f 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 3fde88c9cc..897bf32d0e 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