]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 179886 - request.cgi should not |use diagnostics|
authorbbaetz%student.usyd.edu.au <>
Sun, 17 Nov 2002 05:28:08 +0000 (05:28 +0000)
committerbbaetz%student.usyd.edu.au <>
Sun, 17 Nov 2002 05:28:08 +0000 (05:28 +0000)
r=gerv, a=justdave

request.cgi

index 00587917fbc4e703b888be23d12c567cdd6f4e8a..0b6c440adcaf51a275460e57e696db457650a711 100755 (executable)
@@ -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.