diff options
author | mkanat%kerio.com <> | 2005-10-01 10:04:44 +0200 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-10-01 10:04:44 +0200 |
commit | c784d982015845c4cb2d8b15130142aac41a591b (patch) | |
tree | 9c1808a615e9d9ba73c6b852ac0d575ecf75b34e | |
parent | 804926e2928c6a02defddced28338320ee1765a3 (diff) | |
download | bugzilla-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
-rwxr-xr-x | config.cgi | 1 |
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. |