This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigInt to version 1.98
authorFlorian Ragwitz <rafl@debian.org>
Mon, 8 Nov 2010 19:47:40 +0000 (20:47 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 8 Nov 2010 19:47:52 +0000 (20:47 +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
pod/perldelta.pod

index d2ab44c..31e09c5 100755 (executable)
@@ -848,7 +848,7 @@ use File::Glob qw(:case);
     'Math::BigInt' =>
        {
        'MAINTAINER'    => 'rafl',
-       'DISTRIBUTION'  => 'FLORA/Math-BigInt-1.97.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/Math-BigInt-1.98.tar.gz',
        'FILES'         => q[dist/Math-BigInt],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^examples/},
index dcfe938..94aac58 100644 (file)
@@ -12,7 +12,7 @@ package Math::BigFloat;
 #   _a : accuracy
 #   _p : precision
 
-$VERSION = '1.63';
+$VERSION = '1.64';
 require 5.006002;
 
 require Exporter;
index ed6e810..b34a438 100644 (file)
@@ -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); 
index af638f2..a24400b 100644 (file)
@@ -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
 
index b898064..8b5740e 100644 (file)
@@ -330,7 +330,11 @@ C<I18N::Langinfo> has been upgraded from 0.06 to 0.07.
 
 =item *
 
-C<Locale::Maketext> has been upgraded from 1.16 to 1.17
+C<Locale::Maketext> has been upgraded from 1.16 to 1.17.
+
+=item *
+
+C<Math::BigInt> has been upgraded from 1.97 to 1.98.
 
 =item *