diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 00:11:34 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 06:41:14 -0700 |
commit | bdce6f371e87eca951cb070d597587ec0dc9c25f (patch) | |
tree | feec53268689bf42d4996d06d32400041465ac89 | |
parent | 1d84dc32c2522c8186d0d97df004a5d43a93541b (diff) | |
download | perl-bdce6f371e87eca951cb070d597587ec0dc9c25f.tar.gz |
Increase $Math::BigInt::FastCalc::VERSION to 0.31
-rw-r--r-- | dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index 81f29a16e4..9bf5a60839 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 |