diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-16 10:05:41 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-16 12:51:45 -0800 |
commit | 91a6d79299c498b1b5148f435b9ca88053476607 (patch) | |
tree | ba1303c92988c6a932ac7062321c652dde3c590e | |
parent | 5e0688b6067afdfb59fdfa9923e658ed40c9f246 (diff) | |
download | perl-91a6d79299c498b1b5148f435b9ca88053476607.tar.gz |
Increase $Math::BigInt::VERSION to 1.998
-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); |