diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-15 05:52:09 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-15 05:52:09 +0100 |
commit | 39e19aead8894004170d0b60864ba0597dd3d9c5 (patch) | |
tree | c6357863701798db59bf7696e4123d2c9b6a29bf /dist/Math-BigInt | |
parent | 38dbd9390df3647f5ae5d773e98bcc0b7402ec55 (diff) | |
download | perl-39e19aead8894004170d0b60864ba0597dd3d9c5.tar.gz |
Upgrade Math::BigInt from version 1.98 to 1.99
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 53df8e7139..576456d570 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.64'; +$VERSION = '1.65'; require 5.006002; require Exporter; diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm index b34a438493..de0153b860 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.98'; +$VERSION = '1.99'; @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 e7b2102524..aba04147d8 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.57'; +our $VERSION = '0.58'; # Package to store unsigned big integers in decimal and do math with them |