From 710625c68cc4e2659abac5f6ad98e8e2954ad745 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 17 Feb 2005 06:30:42 +0000 Subject: 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 --- config.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'config.cgi') diff --git a/config.cgi b/config.cgi index 56751ec0e..1306c0b66 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(); -- cgit v1.2.3-24-g4f1b