From: mkanat%bugzilla.org <> Date: Sun, 22 Oct 2006 07:10:41 +0000 (+0000) Subject: Bug 357537: MIME-Types direct requirement is unnecessary X-Git-Tag: bugzilla-2.23.4~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f96532a08381caf39785b3c49a1b4d7c3d04dd;p=thirdparty%2Fbugzilla.git Bug 357537: MIME-Types direct requirement is unnecessary Patch By Max Kanat-Alexander (module owner) a=justdave --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 6cf2c7a036..153149a080 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -186,14 +186,6 @@ sub OPTIONAL_MODULES { }, # Inbound Email - { - # Attachment::Stripper requires this, but doesn't pull it in - # when you install it from CPAN. - package => 'MIME-Types', - module => 'MIME::Types', - version => 0, - feature => 'Inbound Email', - }, { # Email::MIME::Attachment::Stripper can throw an error with # earlier versions.