diff options
author | bbaetz%student.usyd.edu.au <> | 2002-08-26 13:16:47 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-08-26 13:16:47 +0000 |
commit | 5b18c51fdfab10bd25a17e9e729aedf4782cd6f7 (patch) | |
tree | 7192b9f3e69eadeaea611822f8594df0fb608f90 /importxml.pl | |
parent | Bug 164470 - mass reassign changes UNCONFIRMED->NEW (diff) | |
download | bugzilla-5b18c51fdfab10bd25a17e9e729aedf4782cd6f7.tar.gz bugzilla-5b18c51fdfab10bd25a17e9e729aedf4782cd6f7.tar.bz2 bugzilla-5b18c51fdfab10bd25a17e9e729aedf4782cd6f7.zip |
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
Diffstat (limited to 'importxml.pl')
-rwxr-xr-x | importxml.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl index 092170c03..1777bfc4a 100755 --- a/importxml.pl +++ b/importxml.pl @@ -25,7 +25,6 @@ # a new bug into bugzilla. Everything before the beginning <?xml line # is removed so you can pipe in email messages. -use diagnostics; use strict; ##################################################################### |