From: Jarkko Hietaniemi Date: Fri, 4 Jul 2003 14:36:56 +0000 (+0000) Subject: According to Tels our M::BI is _better_ than the 1.64 in CPAN. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ff64b0ccbed1960592785f0dfe5c11eb1b0292c;p=p5sagit%2Fp5-mst-13.2.git According to Tels our M::BI is _better_ than the 1.64 in CPAN. p4raw-id: //depot/perl@19995 --- diff --git a/lib/Math/BigInt.pm b/lib/Math/BigInt.pm index 478a1e7..1625d1c 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);