On Fri Sep 02 00:06:26 2011, pjacklam wrote: > - For simplicity, use same version number 1.997 in all .pm files to > match the > upcoming release 1.997 of the Math-BigInt distribution. > - Avoid "our $VERSION ..." in Math::BigInt::Calc, since we're > still trying to be Perl 5.6.2 compatible. > --- > dist/Math-BigInt/lib/Math/BigFloat.pm | 2 +- > dist/Math-BigInt/lib/Math/BigInt/Calc.pm | 3 ++- > dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm | 2 +- > 3 files changed, 4 insertions(+), 3 deletions(-) Thank you. Applied as 159b753f2, except for the unnecessary our() change.Thread Next