[Lunar-commits] r18645 - moonbase/trunk/perl/MIME-Lite

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 13:05:05 UTC 2006


Author: stumbles
Date: 2006-02-10 13:05:03 +0000 (Fri, 10 Feb 2006)
New Revision: 18645

Modified:
   moonbase/trunk/perl/MIME-Lite/DETAILS
Log:
Added long-overdue C<parts()> and C<parts_DFS()> methods.
Added long-overdue auto-verify logic to C<print()> method.
Added code to try and divine "sendmail" path more intelligently.
Fixed serious bug where tainted data with quoted-printable encoding
was causing infinite loops.


and a slew more.



Modified: moonbase/trunk/perl/MIME-Lite/DETAILS
===================================================================
--- moonbase/trunk/perl/MIME-Lite/DETAILS	2006-02-10 12:54:42 UTC (rev 18644)
+++ moonbase/trunk/perl/MIME-Lite/DETAILS	2006-02-10 13:05:03 UTC (rev 18645)
@@ -1,10 +1,11 @@
           MODULE=MIME-Lite
-         VERSION=2.117
+         VERSION=3.01
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/E/ER/ERYQ/
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/
+      SOURCE_VFY=sha1:8c1ce3591bf0b8422b19851f89dd813169d495f3
         WEB_SITE=http://www.zeegee.com/code/perl/MIME-Lite
          ENTERED=20020729
-         UPDATED=20020729
+         UPDATED=20060210
            SHORT="MIME-Lite is a perl module for generating MIME messages"
 cat << EOF
 MIME-Lite is intended as a simple, standalone module for generating MIME



More information about the Lunar-commits mailing list