Upgrade Math::BigInt from version 1.98 to 1.99
authorFlorian Ragwitz <rafl@debian.org>
Mon, 15 Nov 2010 04:52:09 +0000 (05:52 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 15 Nov 2010 04:52:09 +0000 (05:52 +0100)
Porting/Maintainers.pl
dist/Math-BigInt/lib/Math/BigFloat.pm
dist/Math-BigInt/lib/Math/BigInt.pm
dist/Math-BigInt/lib/Math/BigInt/Calc.pm

index be6f53d..16a007d 100755 (executable)
@@ -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/},
index 53df8e7..576456d 100644 (file)
@@ -12,7 +12,7 @@ package Math::BigFloat;
 #   _a : accuracy
 #   _p : precision
 
-$VERSION = '1.64';
+$VERSION = '1.65';
 require 5.006002;
 
 require Exporter;
index b34a438..de0153b 100644 (file)
@@ -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); 
index e7b2102..aba0414 100644 (file)
@@ -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