diff options
author | Tels <nospam-abuse@bloodgate.com> | 2004-03-12 19:02:30 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-12 20:08:31 +0000 |
commit | 27e7b8bb4225378079f42e58c59f6131c62cace5 (patch) | |
tree | 044e7a68574da0633769a12d0a28728236123f2a /lib/bignum.pm | |
parent | e01c5899dd5c15c076ff80faae646f1bb851ca52 (diff) | |
download | perl-27e7b8bb4225378079f42e58c59f6131c62cace5.tar.gz |
Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
Message-Id: <200403121802.31679@bloodgate.com>
p4raw-id: //depot/perl@22491
Diffstat (limited to 'lib/bignum.pm')
-rw-r--r-- | lib/bignum.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bignum.pm b/lib/bignum.pm index 056b45f2d5..1902d58f87 100644 --- a/lib/bignum.pm +++ b/lib/bignum.pm @@ -1,7 +1,7 @@ package bignum; require 5.005; -$VERSION = '0.14'; +$VERSION = '0.15'; use Exporter; @EXPORT_OK = qw( ); @EXPORT = qw( inf NaN ); @@ -476,6 +476,6 @@ as L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and L<Math::BigInt::GMP>. =head1 AUTHORS -(C) by Tels L<http://bloodgate.com/> in early 2002. +(C) by Tels L<http://bloodgate.com/> in early 2002, 2003. =cut |