Subject: | Math::BigInt warnings for absent GMP |
If there's no GMP, module produces warning on every call.
Could you replace
Math::BigInt->import(lib => 'GMP');
with
Math::BigInt->import(try => 'GMP');
to avoid such warnings?
--
Serguei Trouchelle