]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 357537: MIME-Types direct requirement is unnecessary
authormkanat%bugzilla.org <>
Sun, 22 Oct 2006 07:10:41 +0000 (07:10 +0000)
committermkanat%bugzilla.org <>
Sun, 22 Oct 2006 07:10:41 +0000 (07:10 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave

Bugzilla/Install/Requirements.pm

index 6cf2c7a0365395bb7910fe0fd7ee8b1f0cd92f87..153149a080b6370900aea914bdf26a0dc7c610d9 100644 (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.