Bug 2274 [2/5]: adding MIME::Lite to list of required modules
authorAndrew Moore <andrew.moore@liblime.com>
Wed, 9 Jul 2008 16:56:40 +0000 (11:56 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jul 2008 14:10:44 +0000 (09:10 -0500)
formerly, the overdues cronjobs were crafting their own MIME message attachments (poorly). This
patch adds a dependency on MIME::Lite, the de facto standard perl module for forming usable
emails with MIME attachments. MIME::Lite is pure perl and well supported on numerous platforms:
http://testers.cpan.org/show/MIME-Lite.html

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

Makefile.PL
about.pl

index bcbc8f9..f04a6d4 100644 (file)
@@ -567,6 +567,7 @@ WriteMakefile(
                             'MARC::File::XML'                  => 0.88,
                             'MARC::Record'                     => 2.00,
                             'MIME::Base64'                     => 3.07,
+                            'MIME::Lite'                       => 3.01,
                             'MIME::QuotedPrint'                => 3.07,
                             'Mail::Sendmail'                   => 0.79,
                             'Net::LDAP'                        => 0.33, # optional
index 5421f95..a31b0a0 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -97,6 +97,7 @@ MARC::Charset
 MARC::File::XML
 MARC::Record
 MIME::Base64
+MIME::Lite
 MIME::QuotedPrint
 Mail::Sendmail
 Net::LDAP