diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 14:36:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 14:36:56 +0000 |
commit | 1ff64b0ccbed1960592785f0dfe5c11eb1b0292c (patch) | |
tree | 79309a32d477e1cfb2c3e32b0f1d65808bf59ff4 /lib/Math | |
parent | dda345b7d3b1ba770b2bb4401e3983c755467731 (diff) | |
download | perl-1ff64b0ccbed1960592785f0dfe5c11eb1b0292c.tar.gz |
According to Tels our M::BI is _better_ than the 1.64 in CPAN.
p4raw-id: //depot/perl@19995
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/BigInt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt.pm b/lib/Math/BigInt.pm index 478a1e7045..1625d1cef9 100644 --- a/lib/Math/BigInt.pm +++ b/lib/Math/BigInt.pm @@ -18,7 +18,7 @@ package Math::BigInt; my $class = "Math::BigInt"; require 5.005; -$VERSION = '1.63'; +$VERSION = '1.64_01'; use Exporter; @ISA = qw( Exporter ); @EXPORT_OK = qw( objectify _swap bgcd blcm); |