diff --git a/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/webtools/bugzilla/Bugzilla/Install/Requirements.pm index 6cf2c7a03653..153149a080b6 100644 --- a/webtools/bugzilla/Bugzilla/Install/Requirements.pm +++ b/webtools/bugzilla/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.