From f274309bc7de1a9ef7a262a954241c6256bf592b Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sun, 17 Nov 2002 05:28:08 +0000 Subject: Bug 179886 - request.cgi should not |use diagnostics| r=gerv, a=justdave --- request.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'request.cgi') diff --git a/request.cgi b/request.cgi index 00587917f..0b6c440ad 100755 --- a/request.cgi +++ b/request.cgi @@ -25,7 +25,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