Subject: | Need an option to ignore module versions |
This module is really great for non-core modules, but using it for cpan-upstream is rough if it depends on other cpan-upstream modules. (E.g. CPAN::Meta depending on CPAN::Meta::Requirements)
I'd really like an option to just check that deps are *in* core, but not to care about which specific version is required (as it might be something new to fix a bug and not yet merged to core).
'no_version_check' or something like that.
Thanks