[guest - Tue Aug 3 18:55:41 2004]:
Show quoted text> After installing perl 5.6 from ports on FreeBSD 4.7 (yep, it's out of
> date a bit), we discovered that Math::BigInt can't install because
> it expects an unlisted dependency, "Scalar::Util", to be present.
Scalar::Util was added to capture some obscure bugs (like writing $x
-=$x). I guess the testsuite exercised these to make sure they work, and
thus needs Scalar::Utils as a side-effect. Since I didn't realize that
Scalar::Util is not part of older perls, I forgot the PREREQ. Mea culpa.
I added one for the upcoming v1.73.
Thank you for your report,
Tels