From: mkanat%kerio.com <> Date: Thu, 17 Feb 2005 06:30:42 +0000 (+0000) Subject: Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB (fixes burnin... X-Git-Tag: bugzilla-2.19.3~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=710625c68cc4e2659abac5f6ad98e8e2954ad745;p=thirdparty%2Fbugzilla.git Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB (fixes burning Tinderbox) Patch By Max Kanat-Alexander r,a=justdave --- diff --git a/config.cgi b/config.cgi index 56751ec0e8..1306c0b668 100755 --- a/config.cgi +++ b/config.cgi @@ -32,7 +32,6 @@ use strict; # Include the Bugzilla CGI and general utility library. use lib qw(.); require "CGI.pl"; -use Bugzilla::DB; # Retrieve this installation's configuration. GetVersionTable();