From 39e19aead8894004170d0b60864ba0597dd3d9c5 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Mon, 15 Nov 2010 05:52:09 +0100 Subject: [PATCH] Upgrade Math::BigInt from version 1.98 to 1.99 --- Porting/Maintainers.pl | 2 +- dist/Math-BigInt/lib/Math/BigFloat.pm | 2 +- dist/Math-BigInt/lib/Math/BigInt.pm | 2 +- dist/Math-BigInt/lib/Math/BigInt/Calc.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index be6f53d..16a007d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -848,7 +848,7 @@ use File::Glob qw(:case); 'Math::BigInt' => { 'MAINTAINER' => 'rafl', - 'DISTRIBUTION' => 'FLORA/Math-BigInt-1.98.tar.gz', + 'DISTRIBUTION' => 'FLORA/Math-BigInt-1.99.tar.gz', 'FILES' => q[dist/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, qr{^examples/}, diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm index 53df8e7..576456d 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 b34a438..de0153b 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 e7b2102..aba0414 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 -- 2.7.4