From be4d5ef4de0c8d5399d2fedc0d4e79bbc432d324 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" Date: Thu, 27 Sep 2001 23:19:33 +0000 Subject: [PATCH] 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. git-svn-id: svn://10.0.0.236/trunk@104014 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/changepassword.cgi | 2 ++ mozilla/webtools/bugzilla/new_comment.cgi | 2 +- mozilla/webtools/bugzilla/quips.cgi | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/changepassword.cgi b/mozilla/webtools/bugzilla/changepassword.cgi index 873ababda90..73ae90350c1 100755 --- a/mozilla/webtools/bugzilla/changepassword.cgi +++ b/mozilla/webtools/bugzilla/changepassword.cgi @@ -20,6 +20,8 @@ # # Contributor(s): Terry Weissman +use strict; + print q{Content-type: text/html diff --git a/mozilla/webtools/bugzilla/new_comment.cgi b/mozilla/webtools/bugzilla/new_comment.cgi index d504c0597ec..0d5ab1394f1 100755 --- a/mozilla/webtools/bugzilla/new_comment.cgi +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/quips.cgi b/mozilla/webtools/bugzilla/quips.cgi index 3fde88c9cc2..897bf32d0ef 100755 --- a/mozilla/webtools/bugzilla/quips.cgi +++ b/mozilla/webtools/bugzilla/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