Subject: | Module::Install should respect CPAN config settings for installing prerequisites |
CPAN gives you three options for installing prerequisites: "follow",
which installs all prerequisites unconditionally; "ask", which asks
before installing; and, "ignore" which skips the prerequisite
installation. While ExtUtils::MakeMaker and Module::Build seem to live
within this framework, Module::Install seems to default to "ask"
regardless of CPAN's settings. Module::Install should respect a user's
wishes and only "ask" when a user has set up their CPAN settings in this
manner.