"David E. Wheeler" <[EMAIL PROTECTED]> writes: > On Nov 27, 2007, at 15:03, [EMAIL PROTECTED] wrote: > > > ------------------------------ > > PROGRAM OUTPUT > > ------------------------------ > > > > Output from '/usr/local/bin/perl5.8.8t Makefile.PL': > > > > This module requires Module::Build to install itself. > > Install Module::Build now from CPAN? [y] *** Cannot install > > without Module::Build. Exiting ... > > Choose to install Module::Build and it'll work. >
To help fully automated installers, you can add the "configure_requires" field to META.yml. This field would instruct recent CPAN.pm to install Module::Build before calling Makefile.PL. See also: http://module-build.sourceforge.net/META-spec-blead.html#configure_requires Regards, Slaven -- Slaven Rezic - slaven <at> rezic <dot> de Tk-AppMaster: a perl/Tk module launcher designed for handhelds http://tk-appmaster.sf.net
