From: mkanat%kerio.com <> Date: Sat, 1 Oct 2005 08:04:44 +0000 (+0000) Subject: Remove "use diagnostics" from config.cgi, because it breaks perl 5.6.1 X-Git-Tag: bugzilla-2.22rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c784d982015845c4cb2d8b15130142aac41a591b;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/config.cgi b/config.cgi index 8e293d5104..860115c81d 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.