Bug 357537: MIME-Types direct requirement is unnecessary

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
This commit is contained in:
mkanat%bugzilla.org 2006-10-22 00:10:41 +00:00
parent 3fb7a9a0fc
commit 7306b51693

View File

@ -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.