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.


git-svn-id: svn://10.0.0.236/trunk@104014 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
zach%zachlipton.com
2001-09-27 23:19:33 +00:00
parent 77dd0e7ffe
commit be4d5ef4de
3 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,8 @@
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use strict;
print q{Content-type: text/html
<HTML>

View File

@@ -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

View File

@@ -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