summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-05-13 10:21:57 +1000
committerTony Cook <tony@develop-help.com>2014-05-29 09:55:43 +1000
commitc4885710b2c361cdb1b1f64a09848e290c040950 (patch)
tree0d967cfcd5166f5dbe23a3c86e26c322286b789c /dist/Math-BigInt
parent945313f0aee27b1601b0fb915660643cd16898a2 (diff)
downloadperl-c4885710b2c361cdb1b1f64a09848e290c040950.tar.gz
bump dist/Math-BigInt/ $VERSIONs
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r--dist/Math-BigInt/lib/Math/BigFloat.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt/Calc.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm
index 28b18c1b83..e674ae2e0b 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.9993';
+$VERSION = '1.9994';
require 5.006002;
require Exporter;
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm
index 62718aae40..238d5f324a 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.9993';
+$VERSION = '1.9994';
@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 76d49eb99c..97815f76e4 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; # 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
diff --git a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
index 798892cf89..544455f650 100644
--- a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
+++ b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
@@ -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;