[Lunar-commits] r18672 - moonbase/trunk/perl/CPAN

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 15:25:06 UTC 2006


Author: stumbles
Date: 2006-02-10 15:25:04 +0000 (Fri, 10 Feb 2006)
New Revision: 18672

Modified:
   moonbase/trunk/perl/CPAN/DETAILS
Log:
Two bugs reported by J. Nick Koston: (1) do not check filename in Tarzip
for conformance because we may get uncompressed files; (2) rename of
CPAN::Config to CPAN::HandleConfig broke his application, so we add an autoload

autogenerated during dist

Use Debian's pod2text because mine is broken


and a few others.



Modified: moonbase/trunk/perl/CPAN/DETAILS
===================================================================
--- moonbase/trunk/perl/CPAN/DETAILS	2006-02-10 15:20:17 UTC (rev 18671)
+++ moonbase/trunk/perl/CPAN/DETAILS	2006-02-10 15:25:04 UTC (rev 18672)
@@ -1,11 +1,11 @@
           MODULE=CPAN
-	 VERSION=1.76
-	#VERSION=1.63
+         VERSION=1.83
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.perl.com/CPAN/modules/by-module/CPAN/
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/
+      SOURCE_VFY=sha1:abaded39824e3255456f108fcf116bdeb86f277e
         WEB_SITE=http://www.perl.com/CPAN/modules/by-module/CPAN/
          ENTERED=20020212
-         UPDATED=20030919
+         UPDATED=20060210
            SHORT="CPAN aids searching and installing of perl modules."
 cat << EOF
 CPAN aids in searching for and installing of perl modules.



More information about the Lunar-commits mailing list