From f4f96532a08381caf39785b3c49a1b4d7c3d04dd Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 22 Oct 2006 07:10:41 +0000 Subject: Bug 357537: MIME-Types direct requirement is unnecessary Patch By Max Kanat-Alexander (module owner) a=justdave --- Bugzilla/Install/Requirements.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') 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 @@ -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. -- cgit v1.2.3-24-g4f1b