Commit 710625c6 authored by mkanat%kerio.com's avatar mkanat%kerio.com

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
parent ccbdbf20
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment