This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Math::BigInt::VERSION to 1.998
authorFather Chrysostomos <sprout@cpan.org>
Mon, 16 Jan 2012 18:05:41 +0000 (10:05 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 16 Jan 2012 20:51:45 +0000 (12:51 -0800)
dist/Math-BigInt/lib/Math/BigInt.pm

index f1ebda4..3f55c9b 100644 (file)
@@ -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);