From d0c0df94fb652ea5aeb03a1b2bf66577a1bce829 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Thu, 10 Jul 2008 15:49:12 -0500 Subject: [PATCH] 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 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0