summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-11-08 20:47:40 +0100
committerFlorian Ragwitz <rafl@debian.org>2010-11-08 20:47:52 +0100
commitb22271beddedec80df4706778c32a16d382e3307 (patch)
tree37cfbe170bff589c21f26ba5a974a70190126f19 /dist
parentdc952c33afd1f2c5b1832775cfed980ccb6d122c (diff)
downloadperl-b22271beddedec80df4706778c32a16d382e3307.tar.gz
Upgrade Math::BigInt to version 1.98
Diffstat (limited to 'dist')
-rw-r--r--dist/Math-BigInt/lib/Math/BigFloat.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt/Calc.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm
index dcfe9385eb..94aac587e6 100644
--- a/dist/Math-BigInt/lib/Math/BigFloat.pm
+++ b/dist/Math-BigInt/lib/Math/BigFloat.pm
@@ -12,7 +12,7 @@ package Math::BigFloat;
# _a : accuracy
# _p : precision
-$VERSION = '1.63';
+$VERSION = '1.64';
require 5.006002;
require Exporter;
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm
index ed6e8100ab..b34a438493 100644
--- a/dist/Math-BigInt/lib/Math/BigInt.pm
+++ b/dist/Math-BigInt/lib/Math/BigInt.pm
@@ -18,7 +18,7 @@ package Math::BigInt;
my $class = "Math::BigInt";
use 5.006002;
-$VERSION = '1.97';
+$VERSION = '1.98';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);
diff --git a/dist/Math-BigInt/lib/Math/BigInt/Calc.pm b/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
index af638f26f8..a24400b166 100644
--- a/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
+++ b/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
@@ -4,7 +4,7 @@ use 5.006002;
use strict;
# use warnings; # dont use warnings for older Perls
-our $VERSION = '0.56';
+our $VERSION = '0.57';
# Package to store unsigned big integers in decimal and do math with them