-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing the dependencies failed: Missing version info for module 'Digest' #641
Comments
Try running it without this environment variable set. |
I can't repro on perl 5.34.1 with a similar setup. You might want to add some debugging info to your |
The
seems to have
and not the latest 0.014 with
Sorry for just repeating in my own words what you already have written. The diff of
OK, will try to boil it down with diagnostic messages before patching. |
Yeah, if anything, I think upgrading CPAN::Meta::Check will hide the issue from you - seems to be you're getting an undef version for Digest.pm from your install path. |
Is it possible that this one is used (Mac is case insensitive):
This seems to have a valid VERSION:
|
It's possible - that's why I suggested earlier to remove it from your |
It's it, reproducable now:
Using a fresh shell without
Potentially this can happen with all targets that have homonyms. |
I don't think you're supposed to have |
I mean this is red herring and is not the same as what you initially reported. For your original issue, remove |
I know and did a test without
If I remove
But that's more like a work-around. |
Yep, just confirming that you're describing two different issues. One is that Another is the original issue, which is that Module::Metadata would fail to look up a version from a file in your PERL5LIB path.
I don't consider it a workaround. You specify a path |
That's true. I checked what's in
Read the wrong file should not happen. Maybe similar cases were the reason for the change in version 0.014 of |
I think the CPAN::Meta::Check change is that if a module depends on a module |
Environment
OS: macOS Catalina Version 10.15.6 (19G73)
Symptom
Additional diagnostics
The text was updated successfully, but these errors were encountered: