Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB (fixes burning Tinderbox)

Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
This commit is contained in:
mkanat%kerio.com 2005-02-16 22:30:42 +00:00
Родитель 8113fa5051
Коммит 7130573428
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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();