I would consider that Math::BigFloat to load Math::BigInt to be unexpected behavior and should not be endorsed. Either use Math::BigNum to load every package or load the needed individual package by its name. Best David Bundgaard > On 28 Jul 2015, at 13:56, Abigail <abigail@abigail.be> wrote: > >> 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