summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-08-23 10:58:43 +1000
committerTony Cook <tony@develop-help.com>2013-08-23 10:58:43 +1000
commitca5527875e38d1e1421c50efc82741ed0889c806 (patch)
tree9e61fdaa2d2e837870659c250a8ab0874435edc8 /dist/Math-BigInt
parent5ceca73544f15138f0a2609045ccf1f0dc350442 (diff)
downloadperl-ca5527875e38d1e1421c50efc82741ed0889c806.tar.gz
bump versions for Math::BigInt and Math::BigFloat
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
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm
index 495bff173c..c453755187 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.999';
+$VERSION = '1.9991';
require 5.006002;
require Exporter;
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm
index 491b81536f..5c68b9d80d 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.9992';
+$VERSION = '1.9993';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);