in reply to Re^2: Test script requirements
in thread Test script requirements

List::MoreUtils is not a core module.

You might want to check out corelist, which is a command line interface to Module::CoreList. It tells you if a module is in core, and if so, from which perl version on.

BTW it doesn't hurt to add core modules to your depency list, that way you're on the safe side, even if that module should be removed from core in future (unlikely, but not impossible).

Replies are listed 'Best First'.
Re^4: Test script requirements
by DrHyde (Prior) on Mar 07, 2008 at 11:40 UTC
    You should put core modules in your pre-requisite list because many modules that are now in core have not always been, and so people using older versions of perl will need to download them from the CPAN.