Subject: | make test fails -- can't find Scalar.pm |
When doing a "make test" I get the following:
t/bigints...........Can't locate Math/BigInt/Scalar.pm in @INC
If I understand t/bigints, you're trying to load a testing module, Math::BigInt::Scalar, which is located in t/Math/BigInt/Scalar.pm. Evidently, the path to this library is not in @INC.