This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump dist/Math-BigInt/ $VERSIONs
authorTony Cook <tony@develop-help.com>
Tue, 13 May 2014 00:21:57 +0000 (10:21 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 28 May 2014 23:55:43 +0000 (09:55 +1000)
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

index 28b18c1..e674ae2 100644 (file)
@@ -12,7 +12,7 @@ package Math::BigFloat;
 #   _a : accuracy
 #   _p : precision
 
-$VERSION = '1.9993';
+$VERSION = '1.9994';
 require 5.006002;
 
 require Exporter;
index 62718aa..238d5f3 100644 (file)
@@ -18,7 +18,7 @@ package Math::BigInt;
 my $class = "Math::BigInt";
 use 5.006002;
 
-$VERSION = '1.9993';
+$VERSION = '1.9994';
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(objectify bgcd blcm); 
index 76d49eb..97815f7 100644 (file)
@@ -4,7 +4,7 @@ use 5.006002;
 use strict;
 # use warnings;        # do not use warnings for older Perls
 
-our $VERSION = '1.9993';
+our $VERSION = '1.9994';
 
 # Package to store unsigned big integers in decimal and do math with them
 
index 798892c..544455f 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 # use warnings;        # do not use warnings for older Perls
 use vars qw/$VERSION/;
 
-$VERSION = '1.9991';
+$VERSION = '1.9994';
 
 package Math::BigInt;