diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-08 20:47:40 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-08 20:47:52 +0100 |
commit | b22271beddedec80df4706778c32a16d382e3307 (patch) | |
tree | 37cfbe170bff589c21f26ba5a974a70190126f19 /dist/Math-BigInt | |
parent | dc952c33afd1f2c5b1832775cfed980ccb6d122c (diff) | |
download | perl-b22271beddedec80df4706778c32a16d382e3307.tar.gz |
Upgrade Math::BigInt to version 1.98
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigFloat.pm | 2 | ||||
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt.pm | 2 | ||||
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt/Calc.pm | 2 |
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 |