Subject: | add rules for all non-dual-life modules that are specified with a minimum version |
'use strict 1.08' should turn into a dependency on perl 5.19.2, since strict is non-dual-lifed and that's the version of perl that first shipped with that version.
This can get tricky when, say, 5.18.2 then later ships with that version, so maybe we shouldn't inject this prereq until a stable perl ships with that version.
This isn't quite doable now, but will be when Module::CoreList has the ability to tell us which modules are dual-lifed. (I'm currently in the middle of writing that feature.)
Anyone who reads this later: please feel free to poke me to do this work.