From 5b263218145f896e3ec3a214458e2e1985cf2723 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Dec 2007 06:41:58 +0000 Subject: Bug 408766: Apache::DBI was unnecessary and was causing problems for some users. Patch By Max Kanat-Alexander r=justdave, a=mkanat --- Bugzilla/Install/Requirements.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 05f74e81f..714bb3871 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -225,12 +225,6 @@ sub OPTIONAL_MODULES { version => '3.11', feature => 'mod_perl' }, - { - package => 'Apache-DBI', - module => 'Apache::DBI', - version => '0.96', - feature => 'mod_perl' - }, ); my $all_modules = _get_extension_requirements( -- cgit v1.2.3-24-g4f1b