On Fri, Aug 5, 2011 at 4:36 PM, Dermot <paik...@googlemail.com> wrote:
> If the Makefile.PL for you module has "requires MIME::Lite" in then > the end user will get a warning about the lack of a dependency. You > can not force the required modules to install on an end user's > machine. That will be down to how the end user configured their CPAN. > Their cpan config will have a line for 'prerequisites_policy'. > Possible values include ask or follow. If it follow, then the > prerequisites are downloaded and installed. Otherwise it will ask the > user if they want to install the required modules. > Thanks. Do you mean this section in Makefile.PL? PREREQ_PM => { 'Test::More' => 0, }, Regards. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/