[Lunar-commits] r18625 - moonbase/trunk/perl/Bit-Vector

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 03:11:03 UTC 2006


Author: stumbles
Date: 2006-02-10 03:11:01 +0000 (Fri, 10 Feb 2006)
New Revision: 18625

Modified:
   moonbase/trunk/perl/Bit-Vector/DETAILS
Log:

Added compiler directives for C++.
Removed "Carp::Clan" from the distribution (available separately).
Added "Bit::Vector::String" for generic string import/export functions.
Fixed a bug in method "Copy()" concerning sign (MSB) extension.

and others.



Modified: moonbase/trunk/perl/Bit-Vector/DETAILS
===================================================================
--- moonbase/trunk/perl/Bit-Vector/DETAILS	2006-02-10 03:05:37 UTC (rev 18624)
+++ moonbase/trunk/perl/Bit-Vector/DETAILS	2006-02-10 03:11:01 UTC (rev 18625)
@@ -1,11 +1,12 @@
           MODULE=Bit-Vector
-         VERSION=6.1
+         VERSION=6.4
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/STBEY/
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/
+      SOURCE_VFY=sha1:f6ce6d7f791c24dc6195a241ec6183cbf335cb03
         WEB_SITE=http://www.engelschall.com/~sb/download
          ENTERED=20020727
-         UPDATED=20020727
-           SHORT="Bit-Vector is a perl module for efficient bit vectors and big int math library"
+         UPDATED=20060209
+           SHORT="for efficient bit vectors and big int math library"
 cat << EOF
 Bit::Vector:
 



More information about the Lunar-commits mailing list