On Thu Dec 05 02:13:52 2013, ETHER wrote:
Show quoted text> FWIW, it's not always safe to assume that because something is core
> now that it will always be in core. Modules have been removed from
> core in the past and this practice will continue.
It's also true that something core in a certain version of perl isn't always core in older versions of perl.
Show quoted text> The only safe thing to do is to specify all prereqs, whether or not
> they are in core.
True, and it may be useful to add a stricter extra metric such as all the used modules including core are listed, or more practically, all the dual-lived modules (ie. installable from CPAN) are listed.