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

index 4088103..c992f97 100644 (file)
@@ -12,7 +12,7 @@ package Math::BigFloat;
 #   _a : accuracy
 #   _p : precision
 
-$VERSION = '1.993';
+$VERSION = '1.994';
 require 5.006002;
 
 require Exporter;