summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-16 10:05:41 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-16 12:51:45 -0800
commit91a6d79299c498b1b5148f435b9ca88053476607 (patch)
treeba1303c92988c6a932ac7062321c652dde3c590e /dist/Math-BigInt
parent5e0688b6067afdfb59fdfa9923e658ed40c9f246 (diff)
downloadperl-91a6d79299c498b1b5148f435b9ca88053476607.tar.gz
Increase $Math::BigInt::VERSION to 1.998
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm
index f1ebda45df..3f55c9b551 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.997';
+$VERSION = '1.998';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);