diff options
author | mkanat%bugzilla.org <> | 2007-12-19 06:41:58 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-12-19 06:41:58 +0000 |
commit | 5b263218145f896e3ec3a214458e2e1985cf2723 (patch) | |
tree | 2f2371bfdaa6c57a31809d6a247873065fda4a3e /Bugzilla/Install | |
parent | d310864281599056622b409e0dcea084c20e8682 (diff) | |
download | bugs-5b263218145f896e3ec3a214458e2e1985cf2723.tar bugs-5b263218145f896e3ec3a214458e2e1985cf2723.tar.gz bugs-5b263218145f896e3ec3a214458e2e1985cf2723.tar.bz2 bugs-5b263218145f896e3ec3a214458e2e1985cf2723.tar.xz bugs-5b263218145f896e3ec3a214458e2e1985cf2723.zip |
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 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
1 files changed, 0 insertions, 6 deletions
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( |