summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-08-26 15:16:47 +0200
committerbbaetz%student.usyd.edu.au <>2002-08-26 15:16:47 +0200
commit5b18c51fdfab10bd25a17e9e729aedf4782cd6f7 (patch)
tree7192b9f3e69eadeaea611822f8594df0fb608f90 /contrib
parent2154f73062a3b089f4e3488a9e0d133eb82f1566 (diff)
downloadbugzilla-5b18c51fdfab10bd25a17e9e729aedf4782cd6f7.tar.gz
bugzilla-5b18c51fdfab10bd25a17e9e729aedf4782cd6f7.tar.xz
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
Diffstat (limited to 'contrib')
-rw-r--r--contrib/BugzillaEmail.pm1
-rwxr-xr-xcontrib/bug_email.pl3
-rwxr-xr-xcontrib/bugzilla_email_append.pl1
-rwxr-xr-xcontrib/mysqld-watcher.pl1
4 files changed, 1 insertions, 5 deletions
diff --git a/contrib/BugzillaEmail.pm b/contrib/BugzillaEmail.pm
index aaba0f4e0..48602cdb7 100644
--- a/contrib/BugzillaEmail.pm
+++ b/contrib/BugzillaEmail.pm
@@ -29,7 +29,6 @@ push @INC, "../."; # this script now lives in contrib
require "globals.pl";
-use diagnostics;
use strict;
my $EMAIL_TRANSFORM_NONE = "email_transform_none";
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl
index 94338dbfb..fb2bbec4d 100755
--- a/contrib/bug_email.pl
+++ b/contrib/bug_email.pl
@@ -37,7 +37,7 @@
#
# You need to work with bug_email.pl the MIME::Parser installed.
#
-# $Id: bug_email.pl,v 1.12 2002/08/17 14:19:57 bbaetz%student.usyd.edu.au Exp $
+# $Id: bug_email.pl,v 1.13 2002/08/26 06:17:21 bbaetz%student.usyd.edu.au Exp $
###############################################################
# 02/12/2000 (SML)
@@ -66,7 +66,6 @@
# - integrate some setup in the checksetup.pl script
# - gpg signatures for security
-use diagnostics;
use strict;
use MIME::Parser;
diff --git a/contrib/bugzilla_email_append.pl b/contrib/bugzilla_email_append.pl
index 826b49198..7e1de847b 100755
--- a/contrib/bugzilla_email_append.pl
+++ b/contrib/bugzilla_email_append.pl
@@ -28,7 +28,6 @@
# 1. better way to get the body text (I don't know what dump_entity() is
# actually doing
-use diagnostics;
use strict;
use MIME::Parser;
diff --git a/contrib/mysqld-watcher.pl b/contrib/mysqld-watcher.pl
index ccc1f3878..30945a5ff 100755
--- a/contrib/mysqld-watcher.pl
+++ b/contrib/mysqld-watcher.pl
@@ -23,7 +23,6 @@
# mysqld-watcher.pl - a script that watches the running instance of
# mysqld and kills off any long-running SELECTs against the shadow_db
#
-use diagnostics;
use strict;
# some configurables: