summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-10 08:19:16 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-10 08:19:42 +0200
commit95544aa77842313b127009eb18c31f919eec7295 (patch)
tree181e128823abadb0f0c8e6aa8689a783518a4862 /dist
parent50818d679aa04e57b244c5574db6001dfb677a80 (diff)
downloadperl-95544aa77842313b127009eb18c31f919eec7295.tar.gz
Math-BigInt 1.92
The 1.91 upload to CPAN was broken, so we have to bump $VERSION again.
Diffstat (limited to 'dist')
-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 fe1504f72f..5db4786839 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.91';
+$VERSION = '1.92';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);