Math::BigInt::FastCalc doesn't need to set $BASE or $BASE_LEN.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Oct 2010 19:17:29 +0000 (20:17 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 29 Oct 2010 13:42:41 +0000 (14:42 +0100)
commit85b6f04b7ee23e319b73a6a2f61aa9c4169557fe
tree1648ee149b681ed4fe3789feb1464f6b7defd7ad
parent4dd6c65fbede48f7d20b2635d98243597695527c
Math::BigInt::FastCalc doesn't need to set $BASE or $BASE_LEN.

The variables are neither documented nor exported, and nothing on CPAN uses
them. Hence there is no need to set them, which means that the return list from
Math::BigInt::Calc::_base_len() can be passed directly into FastCalc's XS
bootstrap.
dist/Math-BigInt-FastCalc/FastCalc.pm