summaryrefslogtreecommitdiffstats
path: root/Bugzilla
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 /Bugzilla
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 'Bugzilla')
-rw-r--r--Bugzilla/Attachment.pm1
-rwxr-xr-xBugzilla/Bug.pm1
-rw-r--r--Bugzilla/RelationSet.pm1
-rw-r--r--Bugzilla/Search.pm1
-rw-r--r--Bugzilla/Token.pm1
-rw-r--r--Bugzilla/Util.pm1
6 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Attachment.pm b/Bugzilla/Attachment.pm
index b4216d4c6..3a6248cf4 100644
--- a/Bugzilla/Attachment.pm
+++ b/Bugzilla/Attachment.pm
@@ -24,7 +24,6 @@
# Module Initialization
############################################################################
-use diagnostics;
use strict;
package Attachment;
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 51b51cec9..7857cb924 100755
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -21,7 +21,6 @@
# Terry Weissman <terry@mozilla.org>
# Chris Yeh <cyeh@bluemartini.com>
-use diagnostics;
use strict;
use DBI;
diff --git a/Bugzilla/RelationSet.pm b/Bugzilla/RelationSet.pm
index 8668519b9..a3af4b60a 100644
--- a/Bugzilla/RelationSet.pm
+++ b/Bugzilla/RelationSet.pm
@@ -29,7 +29,6 @@
# might involve turning this into a virtual base class, and having
# UserSet and KeywordSet types that inherit from it.
-use diagnostics;
use strict;
# Everything that uses RelationSet should already have globals.pl loaded
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 562a68e48..b8cc9fed8 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -25,7 +25,6 @@
# Myk Melez <myk@mozilla.org>
# Michael Schindler <michael@compressconsult.com>
-use diagnostics;
use strict;
require "globals.pl";
diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm
index 78eef9335..6d0741133 100644
--- a/Bugzilla/Token.pm
+++ b/Bugzilla/Token.pm
@@ -24,7 +24,6 @@
################################################################################
# Make it harder for us to do dangerous things in Perl.
-use diagnostics;
use strict;
# Bundle the functions in this file together into the "Token" package.
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm
index 74e7c1fe6..3fe3a37ea 100644
--- a/Bugzilla/Util.pm
+++ b/Bugzilla/Util.pm
@@ -69,7 +69,6 @@ use base qw(Exporter);
trim);
use strict;
-use diagnostics;
=head1 FUNCTIONS