On 5/22/07, Eric Wilhelm <[EMAIL PROTECTED]> wrote:
# from Joshua ben Jore
# on Tuesday 22 May 2007 02:01 pm:
>The purpose of my tests is similar to imacat's. I test that it is
>possible to take a fresh perl and install a module without failure.
>When modules require a newer install chain, they have to declare it in
>their prerequisites.
Where *exactly* is "their prerequisites" defined?
Well... I expect it to be in PREREQ_PM in Makefile.PL using
ExtUtils::MakeMaker. If its a Module::Build-only module or the EU::MM
using PREREQ_PM isn't good enough then the module just isn't
installable.
I suppose it be acceptable to write something in the README that the
module isn't installable without manual intervention.
Josh