Re: [Module-build-general] Module::Build and Module::Install
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-09-13 15:30:32
|
On Saturday, September 13, 2003, at 03:29 AM, Ed Avis wrote: > What is the connection between Module::Build and Module::Install? > The documentation > <http://search.cpan.org/author/KWILLIAMS/Module-Build-0.20_01/lib/ > Module/Build.pm> > says: > >> If you want the installation process to look around in @INC for other >> versions of the stuff you're installing and try to delete it, you can >> use the uninst parameter, which tells Module::Install to do so: > > but doesn't mention that module anywhere else. > Oops, sorry, that's an error - it should have said ExtUtils::Install. I'll fix it. Module::Build currently knows nothing about Module::Install. I think Module::Install may know something about Module::Build, but I'm not sure. -Ken |