- Updated Bit-Vector to 6.4
+ Added compiler directives for C++. + Improved the method "Norm()". + Removed "Carp::Clan" from the distribution (available separately). + Added "Bit::Vector::String" for generic string import/export functions. + Added a new test file "t/40__auxiliary.t" for "Bit::Vector::String". + Fixed a bug in method "Copy()" concerning sign (MSB) extension.
This commit is contained in:
parent
578bfd48cb
commit
8ee299e6c9
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2004/04/25 04:07:06 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2004/11/03 21:33:50 adrianp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Bit-Vector-6.3
|
||||
DISTNAME= Bit-Vector-6.4
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5biv
|
||||
CATEGORIES= devel perl5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2003/03/16 15:39:05 mjl Exp $
|
||||
$NetBSD: distinfo,v 1.5 2004/11/03 21:33:50 adrianp Exp $
|
||||
|
||||
SHA1 (Bit-Vector-6.3.tar.gz) = bb63b9818ffff4e9dc7aeeacd0c45a71bc4eebd4
|
||||
Size (Bit-Vector-6.3.tar.gz) = 126096 bytes
|
||||
SHA1 (Bit-Vector-6.4.tar.gz) = f6ce6d7f791c24dc6195a241ec6183cbf335cb03
|
||||
Size (Bit-Vector-6.4.tar.gz) = 131942 bytes
|
||||
|
|
Loading…
Reference in a new issue