summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-11 13:21:49 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-11 13:21:49 -0700
commitc879bdf7a8b9ca3f1e6c888225d5bbaa9b5dcce6 (patch)
tree444ae1279a24edb419f37e66e4e0ff16e70a7976 /dist/Math-BigInt
parent0d6f1df03ba8fe28075f0feeffedd56066d16f72 (diff)
downloadperl-c879bdf7a8b9ca3f1e6c888225d5bbaa9b5dcce6.tar.gz
Increase Math::BigInt’s version
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 4757db1026..36b10490f4 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.994';
+$VERSION = '1.995';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);