summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
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/Util.pm
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/Util.pm')
-rw-r--r--Bugzilla/Util.pm1
1 files changed, 0 insertions, 1 deletions
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