diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-11 13:20:39 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-11 13:20:39 -0700 |
commit | 0d6f1df03ba8fe28075f0feeffedd56066d16f72 (patch) | |
tree | 3756f0241851bdebe819110779a7201721284236 /dist/Math-BigInt | |
parent | b56985536ef770e44bf6493dc7da7eed7e5c61b2 (diff) | |
download | perl-0d6f1df03ba8fe28075f0feeffedd56066d16f72.tar.gz |
Increase Math::BigFloat’s version
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigFloat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm index 40881038d5..c992f97340 100644 --- a/dist/Math-BigInt/lib/Math/BigFloat.pm +++ b/dist/Math-BigInt/lib/Math/BigFloat.pm @@ -12,7 +12,7 @@ package Math::BigFloat; # _a : accuracy # _p : precision -$VERSION = '1.993'; +$VERSION = '1.994'; require 5.006002; require Exporter; |