diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-10 08:19:16 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-10 08:19:42 +0200 |
commit | 95544aa77842313b127009eb18c31f919eec7295 (patch) | |
tree | 181e128823abadb0f0c8e6aa8689a783518a4862 /dist | |
parent | 50818d679aa04e57b244c5574db6001dfb677a80 (diff) | |
download | perl-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.pm | 2 |
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); |