Increase Math::BigInt’s version
authorFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2011 20:21:49 +0000 (13:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2011 20:21:49 +0000 (13:21 -0700)
dist/Math-BigInt/lib/Math/BigInt.pm

index 4757db1..36b1049 100644 (file)
@@ -18,7 +18,7 @@ package Math::BigInt;
 my $class = "Math::BigInt";
 use 5.006002;
 
-$VERSION = '1.994';
+$VERSION = '1.995';
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(objectify bgcd blcm);