summaryrefslogtreecommitdiff
path: root/ext/Math/BigInt/FastCalc/FastCalc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Math/BigInt/FastCalc/FastCalc.pm')
-rw-r--r--ext/Math/BigInt/FastCalc/FastCalc.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Math/BigInt/FastCalc/FastCalc.pm b/ext/Math/BigInt/FastCalc/FastCalc.pm
index 38b71fa33d..5fb89dc384 100644
--- a/ext/Math/BigInt/FastCalc/FastCalc.pm
+++ b/ext/Math/BigInt/FastCalc/FastCalc.pm
@@ -1,6 +1,6 @@
package Math::BigInt::FastCalc;
-use 5.006002;
+use 5.006;
use strict;
# use warnings; # dont use warnings for older Perls
@@ -11,7 +11,7 @@ use vars qw/@ISA $VERSION $BASE $BASE_LEN/;
@ISA = qw(DynaLoader);
-$VERSION = '0.15_01';
+$VERSION = '0.16';
bootstrap Math::BigInt::FastCalc $VERSION;
@@ -34,7 +34,7 @@ BEGIN
pow root sqrt log_int fac nok
digit check
from_hex from_bin from_oct as_hex as_bin as_oct
- zeros length base_len
+ zeros base_len
xor or and
alen 1ex
/)