summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-01 13:52:05 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-01 14:13:58 -0700
commit6b51c551aece72c6ab4354f1cb334a36cb4b377b (patch)
tree2da74b7da2d2deeed0c741c5d3cf8fc6336cf40d /dist/Math-BigInt
parentff408e407f0173ebb94e9f64be518d75e3d3c2d0 (diff)
downloadperl-6b51c551aece72c6ab4354f1cb334a36cb4b377b.tar.gz
Bump Math::Big(In|Floa)t 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
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 4f9f352992..b6421895d0 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.995';
+$VERSION = '1.996';
require 5.006002;
require Exporter;
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm
index 928a90bbaf..1d58712035 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.996';
+$VERSION = '1.997';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);