New commits:
commit ff737bb3806fd403befd008219cf7b5d04d08996
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mime-lite: Sometimes queries about perl, make build unattended
MIME::Lite is designed to take advantage of a variety of external
modules if they are not present then MIME::Lite will attempt to do
its best but its strongly recommend that you install them.
These modules are:
Mail::Address
MIME::Types
File::Basename
MIME::Base64
MIME::QuotedPrint
Some or all of these maybe included with your perl, neverless if you
wish I can add these modules to the prereq list which will cause the
files to be automatically installed if they arent already present
Add prereqs? [Yes]
diff --git a/perl-cpan/mime-lite/BUILD b/perl-cpan/mime-lite/BUILD
index 2de29cd..75045fb 100755
--- a/perl-cpan/mime-lite/BUILD
+++ b/perl-cpan/mime-lite/BUILD
@@ -1 +1 @@
-default_build_perl
+echo no | default_build_perl
diff --git a/perl-cpan/mime-lite/DEPENDS b/perl-cpan/mime-lite/DEPENDS
index 7756382..e73ef73 100755
--- a/perl-cpan/mime-lite/DEPENDS
+++ b/perl-cpan/mime-lite/DEPENDS
@@ -1,2 +1,6 @@
depends perl &&
-depends email-date-format
+depends email-date-format &&
+
+optional_depends mailtools '' '' 'for Mail::Address improved functionality'
&&
+optional_depends mime-base64 '' '' 'for improved Base64 encoding' &&
+optional_depends mime-types '' '' 'for improved MIME data structure support'
diff --git a/perl-cpan/mime-lite/HISTORY b/perl-cpan/mime-lite/HISTORY
index 4a6b7ea..573bac5 100644
--- a/perl-cpan/mime-lite/HISTORY
+++ b/perl-cpan/mime-lite/HISTORY
@@ -1,3 +1,7 @@
+2012-02-02 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Sometimes queries about perl, make build unattended
+ * DEPENDS: Add optional dependencies as mentioned by the above
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: fixing quill's shortcomings
[SM-Commit] GIT changes to master grimoire by Eric Sandall (ff737bb3806fd403befd008219cf7b5d04d08996),
Eric Sandall, 02/02/2012