This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigInt from version 1.95 to 1.96
authorFlorian Ragwitz <rafl@debian.org>
Tue, 28 Sep 2010 04:44:39 +0000 (06:44 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 28 Sep 2010 04:44:39 +0000 (06:44 +0200)
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
dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
pod/perldelta.pod

index 5dd54a8..030340f 100755 (executable)
@@ -849,7 +849,7 @@ use File::Glob qw(:case);
     'Math::BigInt' =>
        {
        'MAINTAINER'    => 'tels',
-       'DISTRIBUTION'  => 'FLORA/Math-BigInt-1.95.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/Math-BigInt-1.96.tar.gz',
        'FILES'         => q[dist/Math-BigInt],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^examples/},
index e4ad946..0493442 100644 (file)
@@ -12,7 +12,7 @@ package Math::BigFloat;
 #   _a : accuracy
 #   _p : precision
 
-$VERSION = '1.62';
+$VERSION = '1.63';
 require 5.006002;
 
 require Exporter;
index 9eaad0d..aa26996 100644 (file)
@@ -18,7 +18,7 @@ package Math::BigInt;
 my $class = "Math::BigInt";
 use 5.006002;
 
-$VERSION = '1.95';
+$VERSION = '1.96';
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(objectify bgcd blcm); 
index dc688e5..f3b5156 100644 (file)
@@ -4,7 +4,7 @@ use 5.006002;
 use strict;
 # use warnings;        # dont use warnings for older Perls
 
-our $VERSION = '0.54';
+our $VERSION = '0.55';
 
 # Package to store unsigned big integers in decimal and do math with them
 
index d5ff028..0d45ff8 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 # use warnings;        # dont use warnings for older Perls
 use vars qw/$VERSION/;
 
-$VERSION = '0.06';
+$VERSION = '0.07';
 
 package Math::BigInt;
 
index 7cffee7..66f0ec7 100644 (file)
@@ -229,6 +229,10 @@ working with tainted values
 
 =item *
 
+C<Math::BigInt> has been upgraded from version 1.95 to 1.96.
+
+=item *
+
 C<NEXT> has been upgraded from version 0.64 to 0.65.
 
 =item *