Re: [Module::Build] Asking the unaskable
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-03-17 23:12:31
|
On Mar 17, 2006, at 8:34 AM, Johan Vromans wrote: > I'm writing this new and flashy application (some scripts, modules, > and data -- pure perl). Should I use ExtUtils::MakeMaker, > Module::Build or Module::Install? You realize you've walked into a lion's den and asked whether meat or eggplant tastes better, right? =) One concrete area where M::B has an advantage is its ability to add custom installable components to the mix. That's tough to do in a flexible way with MakeMaker. See the "ADVANCED RECIPES" in http://search.cpan.org/~kwilliams/ Module-Build-0.27_09/lib/Module/Build/Cookbook.pm . I'm unfortunately not very well-versed in Module::Install, so I probably can't comment too much about it. -Ken |