On Tue, Jul 28, 2015 at 01:19:37PM +0200, Peter John Acklam wrote: > James, that is correct. The user interface would not change at all. I > should have mentioned that in the original posting. > Code like the snippet below may start to fail, unless using loading Math::BigNum loades the other Math::Big* packages. use Math::BigFloat; # Currently loads Math::BigInt my $float = Math::BigFloat:: -> new (...); my $integer = Math::BigInt:: -> new (...); AbigailThread Previous | Thread Next