[Lunar-commits] r18644 - moonbase/trunk/perl/MIME-Base64

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 12:54:43 UTC 2006


Author: stumbles
Date: 2006-02-10 12:54:42 +0000 (Fri, 10 Feb 2006)
New Revision: 18644

Modified:
   moonbase/trunk/perl/MIME-Base64/DETAILS
Log:
Use a Makefile.PL that is also suitable for core perl.
Documentation tweaks.

   use XSLoader; perl-5.6 now required.

   Some consting from bleadperl.

   Unbundled the {en,de}code-{base64,qp} utility scripts.
   These are now found in the MIME-Base64-Scripts package.


and that's the whole #!.



Modified: moonbase/trunk/perl/MIME-Base64/DETAILS
===================================================================
--- moonbase/trunk/perl/MIME-Base64/DETAILS	2006-02-10 12:50:21 UTC (rev 18643)
+++ moonbase/trunk/perl/MIME-Base64/DETAILS	2006-02-10 12:54:42 UTC (rev 18644)
@@ -1,11 +1,11 @@
           MODULE=MIME-Base64
-         VERSION=3.05
+         VERSION=3.07
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.cpan.org/authors/id/GAAS/
-      SOURCE_VFY=sha1:018c775fca027ce88d695261b40c0428586595ed
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
+      SOURCE_VFY=sha1:e79af66afe029c89ea366425d4e0067b018c84a2
         WEB_SITE=http://search.cpan.org/search?dist=MIME-Base64
          ENTERED=20020619
-         UPDATED=20040920
+         UPDATED=20060210
            SHORT="MIME-Base64 is for Encoding and decoding of base64 strings"
 cat << EOF
 MIME-Base64 is for Encoding and decoding of base64 strings



More information about the Lunar-commits mailing list