From 8d24bc783cc435d39fa3851992086321626d219f Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Fri, 28 Sep 2001 06:19:33 +0000 Subject: 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. --- new_comment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new_comment.cgi') 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 -- cgit v1.2.3-24-g4f1b