summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-12-19 07:41:58 +0100
committermkanat%bugzilla.org <>2007-12-19 07:41:58 +0100
commit5b263218145f896e3ec3a214458e2e1985cf2723 (patch)
tree2f2371bfdaa6c57a31809d6a247873065fda4a3e /mod_perl.pl
parentd310864281599056622b409e0dcea084c20e8682 (diff)
downloadbugzilla-5b263218145f896e3ec3a214458e2e1985cf2723.tar.gz
bugzilla-5b263218145f896e3ec3a214458e2e1985cf2723.tar.xz
Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index bc22a774f..b4a8f297e 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -28,7 +28,6 @@ use strict;
# startup, so we always specify () after using any module in this
# file.
-use Apache::DBI ();
use Apache2::ServerUtil;
use Apache2::SizeLimit;
use ModPerl::RegistryLoader ();