diff options
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 6cf2c7a03..153149a08 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -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. |