summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-10 07:58:33 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-10 07:58:33 +0200
commit50818d679aa04e57b244c5574db6001dfb677a80 (patch)
tree73a9a2d020ee623b68bbf9671c111c88312913e9 /dist/Math-BigInt
parent7cfad88d1babab6014ea50f0320057c5043349b2 (diff)
downloadperl-50818d679aa04e57b244c5574db6001dfb677a80.tar.gz
Math-BigInt 1.91
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 4a5068e99a..c10c44c85e 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.60';
+$VERSION = '1.61';
require 5.006;
require Exporter;
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm
index 939f182a2b..fe1504f72f 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.006;
-$VERSION = '1.90';
+$VERSION = '1.91';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);