Change 19995 by [EMAIL PROTECTED] on 2003/07/04 14:36:56
According to Tels our M::BI is _better_ than the 1.64 in CPAN.
Affected files ...
... //depot/perl/lib/Math/BigInt.pm#49 edit
Differences ...
==== //depot/perl/lib/Math/BigInt.pm#49 (text) ====
Index: perl/lib/Math/BigInt.pm
--- perl/lib/Math/BigInt.pm#48~17880~ Mon Sep 9 02:33:55 2002
+++ perl/lib/Math/BigInt.pm Fri Jul 4 07:36:56 2003
@@ -18,7 +18,7 @@
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);
End of Patch.