From bdce6f371e87eca951cb070d597587ec0dc9c25f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 25 Aug 2013 00:11:34 -0700 Subject: [PATCH] Increase $Math::BigInt::FastCalc::VERSION to 0.31 --- dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index 81f29a1..9bf5a60 100644 --- a/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm +++ b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm @@ -8,7 +8,7 @@ use Math::BigInt::Calc 1.997; use vars '$VERSION'; -$VERSION = '0.30'; +$VERSION = '0.31'; ############################################################################## # global constants, flags and accessory -- 2.7.4