Subject: | Match core error more closely |
It would be helpful if the error generated by this module match the error perl core generates more closely. Specifically, I think it should include the " in @INC" part of the error message. This is more likely to match what optional-load detection code will expect. For example, Class::Load expects the error message to include that:
https://metacpan.org/source/ETHER/Class-Load-0.23/lib/Class/Load.pm#L62