Math::BigInt has some minor changes since the last cpan release. bump to a dev version
Jesse Vincent [Wed, 30 Sep 2009 20:02:24 +0000 (05:02 +0900)]
ext/Math-BigInt/lib/Math/BigInt.pm

index b19b3dc..f97e438 100644 (file)
@@ -18,7 +18,7 @@ package Math::BigInt;
 my $class = "Math::BigInt";
 use 5.006;
 
-$VERSION = '1.89';
+$VERSION = '1.89_01';
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(objectify bgcd blcm);