diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-08 20:47:40 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-08 20:47:52 +0100 |
commit | b22271beddedec80df4706778c32a16d382e3307 (patch) | |
tree | 37cfbe170bff589c21f26ba5a974a70190126f19 /dist/Math-BigInt/lib/Math/BigInt.pm | |
parent | dc952c33afd1f2c5b1832775cfed980ccb6d122c (diff) | |
download | perl-b22271beddedec80df4706778c32a16d382e3307.tar.gz |
Upgrade Math::BigInt to version 1.98
Diffstat (limited to 'dist/Math-BigInt/lib/Math/BigInt.pm')
-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 ed6e8100ab..b34a438493 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.97'; +$VERSION = '1.98'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); |