From: Andrew Moore Date: Thu, 10 Jul 2008 20:49:12 +0000 (-0500) Subject: Bug 2274: reducing MIME::Lite requirement to 3.0 X-Git-Tag: ffzg~154 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d0c0df94fb652ea5aeb03a1b2bf66577a1bce829;p=koha.git Bug 2274: reducing MIME::Lite requirement to 3.0 There has been a report of difficulties installing MIME::Lite 3.01. Only 3.0 is really necessary, so I'm relaxing the requirements. Signed-off-by: Joshua Ferraro --- diff --git a/Makefile.PL b/Makefile.PL index f04a6d4b4f..167fc9c257 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -567,7 +567,7 @@ WriteMakefile( 'MARC::File::XML' => 0.88, 'MARC::Record' => 2.00, 'MIME::Base64' => 3.07, - 'MIME::Lite' => 3.01, + 'MIME::Lite' => 3.00, 'MIME::QuotedPrint' => 3.07, 'Mail::Sendmail' => 0.79, 'Net::LDAP' => 0.33, # optional