diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-10 07:58:33 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-10 07:58:33 +0200 |
commit | 50818d679aa04e57b244c5574db6001dfb677a80 (patch) | |
tree | 73a9a2d020ee623b68bbf9671c111c88312913e9 /dist/Math-BigInt | |
parent | 7cfad88d1babab6014ea50f0320057c5043349b2 (diff) | |
download | perl-50818d679aa04e57b244c5574db6001dfb677a80.tar.gz |
Math-BigInt 1.91
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigFloat.pm | 2 | ||||
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt.pm | 2 |
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); |