From c784d982015845c4cb2d8b15130142aac41a591b Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Sat, 1 Oct 2005 08:04:44 +0000 Subject: 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 --- config.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'config.cgi') 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. -- cgit v1.2.3-24-g4f1b