diff options
-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 f1ebda45df..3f55c9b551 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.997'; +$VERSION = '1.998'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); |