summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-10-22 09:10:41 +0200
committermkanat%bugzilla.org <>2006-10-22 09:10:41 +0200
commitf4f96532a08381caf39785b3c49a1b4d7c3d04dd (patch)
treeb6101bcc06793329be37730c0c97c5d61f4416c2 /Bugzilla/Install/Requirements.pm
parent2b12511914e29380c3074e64e410beedfc9a87b9 (diff)
downloadbugzilla-f4f96532a08381caf39785b3c49a1b4d7c3d04dd.tar.gz
bugzilla-f4f96532a08381caf39785b3c49a1b4d7c3d04dd.tar.xz
Bug 357537: MIME-Types direct requirement is unnecessary
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm8
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.