Subject: | Depending on a non-upgradable module should cause an error |
Reading RT#78151 (where a prereq on "feature" caused problems) made me
think of suggesting CheckPrereqsIndexed. But it turns out that wouldn't
actually have fixed the problem, because "feature" is an indexed module.
If cpanidx returns "dist_name: perl" for a module, I think
CheckPrereqsIndexed should complain about that. Although maybe it
should only complain if the "perl" prereq did not ship with the
specified version of the module. (e.g. if you have a prereq "less 0.03"
it should complain only if your "perl" prereq is not at least 5.11.4).