diff options
author | 2005-10-01 08:04:44 +0000 | |
---|---|---|
committer | 2005-10-01 08:04:44 +0000 | |
commit | c784d982015845c4cb2d8b15130142aac41a591b (patch) | |
tree | 9c1808a615e9d9ba73c6b852ac0d575ecf75b34e /config.cgi | |
parent | Bump version numbers for 2.21.1 (diff) | |
download | bugzilla-c784d982015845c4cb2d8b15130142aac41a591b.tar.gz bugzilla-c784d982015845c4cb2d8b15130142aac41a591b.tar.bz2 bugzilla-c784d982015845c4cb2d8b15130142aac41a591b.zip |
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-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. |