Commit f4f96532 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 357537: MIME-Types direct requirement is unnecessary

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
parent 2b125119
......@@ -187,14 +187,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.
# This also pulls in Email::MIME and Email::Address for us.
......
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