From 6eec197b4ad9d396b6c33c5012155608ae4bd961 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 13 Aug 2009 21:32:15 +0000 Subject: Bug 480986: The BMP -> PNG conversion tool for new attachments should be an extension - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 0d013f62f..dbcef03bf 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -203,12 +203,6 @@ sub OPTIONAL_MODULES { version => '0.9.4', feature => ['patch_viewer'], }, - { - package => 'PerlMagick', - module => 'Image::Magick', - version => 0, - feature => ['compress_bmps'], - }, { package => 'perl-ldap', module => 'Net::LDAP', -- cgit v1.2.3-24-g4f1b