diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 23:39:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 23:39:03 +0000 |
commit | babdb077d1ef0adee576108e210dd51ec69ae7f3 (patch) | |
tree | 26e815224ae08f3c15d2d48b5973e2dabf07d7ee /devel/p5-Bit-Vector/Makefile | |
parent | f3c90ee6d3c5f6124b961200fcae204a749fe51d (diff) | |
download | pkgsrc-babdb077d1ef0adee576108e210dd51ec69ae7f3.tar.gz |
Update p5-Bit-Vector to 5.8. Changes from version 5.7:
+ Changed "na" to "PL_na" in Vector.xs in order to make the module
ready for Perl 5.6.0.
+ Removed the error messages which appeared at global destruction
time with Perl 5.6.0.
+ Changed the corresponding test script (t/02____destroy.t) accordingly.
+ Optimized the "strEQ" away from the typemap section in Vector.xs.
+ Fixed the misspelled word "whether" in the documentation.
+ Added method "Power()".
+ Added overloaded operator "**" (for exponentiation).
+ Changed method "Copy()"; the two vectors do not need to have the same
size anymore. The method will copy as much as will fit or fill up
with 0's or 1's (depending on the sign of the source) if necessary.
+ Changed the corresponding test script (t/09_parameters.t) accordingly.
Diffstat (limited to 'devel/p5-Bit-Vector/Makefile')
-rw-r--r-- | devel/p5-Bit-Vector/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Bit-Vector/Makefile b/devel/p5-Bit-Vector/Makefile index 0b7fa9d3e48..3e70a9a697f 100644 --- a/devel/p5-Bit-Vector/Makefile +++ b/devel/p5-Bit-Vector/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:01 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/28 23:39:03 jlam Exp $ # -DISTNAME= Bit-Vector-5.7 +DISTNAME= Bit-Vector-5.8 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/} |