diff options
author | bbaetz%student.usyd.edu.au <> | 2002-11-17 05:28:08 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-11-17 05:28:08 +0000 |
commit | f274309bc7de1a9ef7a262a954241c6256bf592b (patch) | |
tree | 6eada95241d0b3e43623bcdaccb45de49a89024d /request.cgi | |
parent | dc8c4313145243a574a0b8ba5abc1dccec790e20 (diff) | |
download | bugs-f274309bc7de1a9ef7a262a954241c6256bf592b.tar bugs-f274309bc7de1a9ef7a262a954241c6256bf592b.tar.gz bugs-f274309bc7de1a9ef7a262a954241c6256bf592b.tar.bz2 bugs-f274309bc7de1a9ef7a262a954241c6256bf592b.tar.xz bugs-f274309bc7de1a9ef7a262a954241c6256bf592b.zip |
Bug 179886 - request.cgi should not |use diagnostics|
r=gerv, a=justdave
Diffstat (limited to 'request.cgi')
-rwxr-xr-x | request.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
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. |