summaryrefslogtreecommitdiffstats
path: root/config.cgi
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-10-01 10:04:44 +0200
committermkanat%kerio.com <>2005-10-01 10:04:44 +0200
commitc784d982015845c4cb2d8b15130142aac41a591b (patch)
tree9c1808a615e9d9ba73c6b852ac0d575ecf75b34e /config.cgi
parent804926e2928c6a02defddced28338320ee1765a3 (diff)
downloadbugzilla-c784d982015845c4cb2d8b15130142aac41a591b.tar.gz
bugzilla-c784d982015845c4cb2d8b15130142aac41a591b.tar.xz
Remove "use diagnostics" from config.cgi, because it breaks perl 5.6.1
along with our code. This was a regression from bug 308256. r=wicked, a=justdave
Diffstat (limited to 'config.cgi')
-rwxr-xr-xconfig.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.cgi b/config.cgi
index 8e293d510..860115c81 100755
--- a/config.cgi
+++ b/config.cgi
@@ -26,7 +26,6 @@
################################################################################
# Make it harder for us to do dangerous things in Perl.
-use diagnostics;
use strict;
# Include the Bugzilla CGI and general utility library.